Module: Decidim::CellsPaginateHelper
- Includes:
- ActionView::Helpers::OutputSafetyHelper, ActionView::Helpers::TranslationHelper, Cell::ViewModel::Partial, PaginateHelper, Kaminari::Helpers::HelperMethods
- Included in:
- FollowersCell, FollowingCell, GroupsCell, MembersCell, NotificationsCell, SearchResultsSectionCell, UserActivityCell, UserConversationsCell, UserGroupPendingInvitationsListCell, UserGroupPendingRequestsListCell, UserTimelineCell
- Defined in:
- app/helpers/decidim/cells_paginate_helper.rb
Instance Method Summary collapse
Methods included from PaginateHelper
Instance Method Details
#paginate(scope, options = {}, &block) ⇒ Object
11 12 13 14 |
# File 'app/helpers/decidim/cells_paginate_helper.rb', line 11 def paginate(scope, = {}, &block) = .reverse_merge(views_prefix: "../views/") super end |