method
as
v6.0.0 -
Show latest stable
- Class:
Arel::SelectManager
as(other)public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 50
def as(other)
create_table_alias grouping(@ast), Nodes::SqlLiteral.new(other)
end