module Arel::Predications

Public Instance Methods

as(other) click to toggle source
# File lib/ransack/adapters/active_record/3.0/compat.rb, line 174
def as other
  Nodes::As.new self, Nodes::SqlLiteral.new(other)
end