Method: Moar::Config#increments
- Defined in:
- lib/moar/config.rb
#increments ⇒ Array<Integer>
Pagination increments used by Moar::Controller#moar. Defaults to [12,24,24]. Controller-specific increments can also be set via Moar::Controller::ClassMethods#moar_increments.
9 10 11 |
# File 'lib/moar/config.rb', line 9 def increments @increments end |