Method: Formstrap::Pagination#per_page
- Defined in:
- app/controllers/concerns/formstrap/pagination.rb
#per_page ⇒ Object
22 23 24 25 |
# File 'app/controllers/concerns/formstrap/pagination.rb', line 22 def per_page length = params[:per_page].to_i (length > 0) ? length : 24 end |