method

lteq_any

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Predications
lteq_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 193
    def lteq_any(others)
      grouping_any :lteq, others
    end
Register or log in to add new notes.