method
quoted_node
rails 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