Method: Arel::FilterPredications#filter
- Defined in:
- activerecord/lib/arel/filter_predications.rb
#filter(expr) ⇒ Object
5 6 7 |
# File 'activerecord/lib/arel/filter_predications.rb', line 5 def filter(expr) Nodes::Filter.new(self, expr) end |