Method: Arel::Nodes::Cte#to_table

Defined in:
activerecord/lib/arel/nodes/cte.rb

#to_tableObject



31
32
33
# File 'activerecord/lib/arel/nodes/cte.rb', line 31

def to_table
  Arel::Table.new(name)
end