method

quoted_node

quoted_node(other)
private

No documentation available.

# File activerecord/lib/arel/predications.rb, line 237
      def quoted_node(other)
        Nodes.build_quoted(other, self)
      end