Method: Arel::Table#from

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

#fromObject

[View source]

34
35
36
# File 'activerecord/lib/arel/table.rb', line 34

def from
  SelectManager.new(self)
end