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 UserBlockedChecker
#check_user_block_status, #check_user_not_blocked
Methods included from NeedsSnippets
Methods included from Headers::HttpCachingDisabler
Methods included from HasStoredPath
#skip_store_location?, #store_current_location
Methods included from TranslatableAttributes
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  |