Module: ParamsReady::Pagination::Tendency::Falling
- Extended by:
- ParamsReady::Pagination::Tendency
- Defined in:
- lib/params_ready/pagination/tendency.rb
Class Method Summary collapse
Methods included from ParamsReady::Pagination::Tendency
Class Method Details
.comparison_predicate(column, value) ⇒ Object
22 23 24 |
# File 'lib/params_ready/pagination/tendency.rb', line 22 def self.comparison_predicate(column, value) column.lt(value) end |