Module: Decidim::Admin::Paginable::PerPageHelper
- Defined in:
- app/helpers/decidim/admin/paginable/per_page_helper.rb
Overview
This module includes helpers the :per_page cell’s option
Instance Method Summary collapse
-
#admin_filters_pagination ⇒ Object
Renders the pagination dropdown menu in the admin panel.
- #per_page_options ⇒ Object
Instance Method Details
#admin_filters_pagination ⇒ Object
Renders the pagination dropdown menu in the admin panel.
16 17 18 |
# File 'app/helpers/decidim/admin/paginable/per_page_helper.rb', line 16 def admin_filters_pagination cell("decidim/admin/results_per_page", ) end |