Method: Arel::Predications#contains
- Defined in:
- activerecord/lib/arel/predications.rb
#contains(other) ⇒ Object
219 220 221 |
# File 'activerecord/lib/arel/predications.rb', line 219 def contains(other) Arel::Nodes::Contains.new self, quoted_node(other) end |