Libraries
»
rails
(8.0.2)
»
Index
»
Arel
»
Nodes
»
Cte
»
#to_table
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