123456789_123456789_123456789_123456789_123456789_

Module: Arel::FilterPredications

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activerecord/lib/arel/filter_predications.rb

Instance Method Summary

Instance Method Details

#filter(expr)

[ GitHub ]

  
# File 'activerecord/lib/arel/filter_predications.rb', line 5

def filter(expr)
  Nodes::Filter.new(self, expr)
end