Class: Decidim::FollowersCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::FollowersCell
- Includes:
- ApplicationHelper, CardHelper, CellsPaginateHelper
- Defined in:
- decidim-core/app/cells/decidim/followers_cell.rb
Instance Method Summary collapse
Methods included from CardHelper
Instance Method Details
#followers ⇒ Object
14 15 16 |
# File 'decidim-core/app/cells/decidim/followers_cell.rb', line 14 def followers @followers ||= model.followers.not_blocked.page(params[:page]).per(20) end |
#show ⇒ Object
10 11 12 |
# File 'decidim-core/app/cells/decidim/followers_cell.rb', line 10 def show render :show end |