method

quoted_node

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Predications
quoted_node(other) private

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/predications.rb, line 242
      def quoted_node(other)
        Nodes.build_quoted(other, self)
      end
Register or log in to add new notes.