Method: Arel::Predications#in_any
- Defined in:
- activerecord/lib/arel/predications.rb
#in_any(others) ⇒ Object
76 77 78 |
# File 'activerecord/lib/arel/predications.rb', line 76 def in_any(others) grouping_any :in, others end |
76 77 78 |
# File 'activerecord/lib/arel/predications.rb', line 76 def in_any(others) grouping_any :in, others end |