Module: ParamsReady::Pagination::Tendency::Growing
- 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
14 15 16 |
# File 'lib/params_ready/pagination/tendency.rb', line 14 def self.comparison_predicate(column, value) column.gt(value) end |