Method: Arel::Predications#eq_any

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

#eq_any(others) ⇒ Object



29
30
31
# File 'activerecord/lib/arel/predications.rb', line 29

def eq_any(others)
  grouping_any :eq, others
end