method
in_any
rails latest stable - Class:
Arel::Predications
in_any(others)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 76
def in_any(others)
grouping_any :in, others
end in_any(others)No documentation available.
# File activerecord/lib/arel/predications.rb, line 76
def in_any(others)
grouping_any :in, others
end