method
froms
v6.0.0 -
Show latest stable
- Class:
Arel::SelectManager
froms()public
No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 100
def froms
@ast.cores.map { |x| x.from }.compact
end