Method: Arel::Nodes::Cte#to_table
- Defined in:
- activerecord/lib/arel/nodes/cte.rb
#to_table ⇒ Object
31 32 33 |
# File 'activerecord/lib/arel/nodes/cte.rb', line 31 def to_table Arel::Table.new(name) end |
31 32 33 |
# File 'activerecord/lib/arel/nodes/cte.rb', line 31 def to_table Arel::Table.new(name) end |