Module: Decidim::Paginable

Extended by:
ActiveSupport::Concern
Included in:
LastActivitiesController, SearchesController, UserActivitiesController, UserConversationsController, UserTimelineController
Defined in:
app/controllers/concerns/decidim/paginable.rb

Overview

Common logic to paginate resources

Constant Summary collapse

OPTIONS =
[20, 50, 100].freeze