Class: Decidim::FollowersCell

Inherits:
ViewModel
  • Object
show all
Includes:
ApplicationHelper, CardHelper, CellsPaginateHelper
Defined in:
decidim-core/app/cells/decidim/followers_cell.rb

Instance Method Summary collapse

Methods included from CardHelper

#card_for

Instance Method Details

#followersObject



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

#showObject



10
11
12
# File 'decidim-core/app/cells/decidim/followers_cell.rb', line 10

def show
  render :show
end