Module: Brightcontent::BaseControllerExt::Pagination::ClassMethods
- Defined in:
- lib/brightcontent/base_controller_ext/pagination.rb
Instance Method Summary collapse
Instance Method Details
#per_page(number) ⇒ Object
13 14 15 |
# File 'lib/brightcontent/base_controller_ext/pagination.rb', line 13 def per_page(number) @per_page_count = number end |
#per_page_count ⇒ Object
9 10 11 |
# File 'lib/brightcontent/base_controller_ext/pagination.rb', line 9 def per_page_count @per_page_count ||= 30 end |