Sha256: f847f42b268d1ac6f42bf941a0bdc2339ea36c3ca599695be24b3a6ffb36b760

Contents?: true

Size: 483 Bytes

Versions: 61

Compression:

Stored size: 483 Bytes

Contents

# frozen_string_literal: true

module Decidim
  # This cell is intended to be used on profiles.
  class GroupsCell < Decidim::ViewModel
    include Decidim::CellsPaginateHelper
    include Decidim::ApplicationHelper
    include Decidim::Core::Engine.routes.url_helpers
    include Decidim::CardHelper

    def show
      render :show
    end

    def user_groups
      @user_groups ||= Decidim::UserGroups::AcceptedUserGroups.for(model).page(params[:page]).per(20)
    end
  end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/cells/decidim/groups_cell.rb
decidim-core-0.27.8 app/cells/decidim/groups_cell.rb
decidim-core-0.27.7 app/cells/decidim/groups_cell.rb
decidim-core-0.27.6 app/cells/decidim/groups_cell.rb
decidim-core-0.26.10 app/cells/decidim/groups_cell.rb
decidim-core-0.26.9 app/cells/decidim/groups_cell.rb
decidim-core-0.27.5 app/cells/decidim/groups_cell.rb
decidim-core-0.26.8 app/cells/decidim/groups_cell.rb
decidim-core-0.27.4 app/cells/decidim/groups_cell.rb
decidim-core-0.27.3 app/cells/decidim/groups_cell.rb
decidim-core-0.26.7 app/cells/decidim/groups_cell.rb
decidim-core-0.26.5 app/cells/decidim/groups_cell.rb
decidim-core-0.27.2 app/cells/decidim/groups_cell.rb
decidim-core-0.27.1 app/cells/decidim/groups_cell.rb
decidim-core-0.26.4 app/cells/decidim/groups_cell.rb
decidim-core-0.27.0 app/cells/decidim/groups_cell.rb
decidim-core-0.26.3 app/cells/decidim/groups_cell.rb
decidim-core-0.27.0.rc2 app/cells/decidim/groups_cell.rb
decidim-core-0.27.0.rc1 app/cells/decidim/groups_cell.rb
decidim-core-0.26.2 app/cells/decidim/groups_cell.rb