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