Method: Arel::Predications#in_all

Defined in:
activerecord/lib/arel/predications.rb

#in_all(others) ⇒ Object



80
81
82
# File 'activerecord/lib/arel/predications.rb', line 80

def in_all(others)
  grouping_all :in, others
end