Sha256: a91cfec74197ead5e3dfcc5c9ba94d639e604da1a909c54000786f66308f1931
Contents?: true
Size: 296 Bytes
Versions: 57
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Decidim # The controller to handle managing the current user's # UserGroups. class OwnUserGroupsController < Decidim::ApplicationController include Decidim::UserProfile def index @user_groups = current_user.user_groups end end end
Version data entries
57 entries across 57 versions & 2 rubygems