method
quoted_node
v7.2.3 -
Show latest stable
- Class:
Arel::Predications
quoted_node(other)private
No documentation available.
# File activerecord/lib/arel/predications.rb, line 244
def quoted_node(other)
Nodes.build_quoted(other, self)
end