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