Method: Arel::SelectManager#as
- Defined in:
- activerecord/lib/arel/select_manager.rb
#as(other) ⇒ Object
48 49 50 |
# File 'activerecord/lib/arel/select_manager.rb', line 48 def as(other) create_table_alias grouping(@ast), Nodes::SqlLiteral.new(other, retryable: true) end |