method

eq_any

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Predications
eq_any(others) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/arel/predications.rb, line 29
    def eq_any(others)
      grouping_any :eq, others
    end
Register or log in to add new notes.