method

to_cte

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: TableAlias
to_cte() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/nodes/table_alias.rb, line 30
      def to_cte
        Arel::Nodes::Cte.new(name, relation)
      end
Register or log in to add new notes.