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