Method: Arel::Table#project

Defined in:
activerecord/lib/arel/table.rb

#project(*things) ⇒ Object



66
67
68
# File 'activerecord/lib/arel/table.rb', line 66

def project(*things)
  from.project(*things)
end