Class: Decidim::OwnUserGroupsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- Decidim::OwnUserGroupsController
- Includes:
- UserProfile
- Defined in:
- app/controllers/decidim/own_user_groups_controller.rb
Overview
The controller to handle managing the current user’s UserGroups.
Instance Method Summary collapse
Methods included from UserProfile
#available_verification_workflows
Methods included from UserGroups
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from RegistersPermissions
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#index ⇒ Object
11 12 13 |
# File 'app/controllers/decidim/own_user_groups_controller.rb', line 11 def index @user_groups = current_user.user_groups end |