Module: Arel::FilterPredications
- Included in:
- Nodes::Function
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/arel/filter_predications.rb
Instance Method Summary collapse
Instance Method Details
#filter(expr) ⇒ Object
5 6 7 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/arel/filter_predications.rb', line 5 def filter(expr) Nodes::Filter.new(self, expr) end |