method
froms
v8.0.0 -
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 froms()No documentation available.
# File activerecord/lib/arel/select_manager.rb, line 98
def froms
@ast.cores.filter_map { |x| x.from }
end