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