Class: Decidim::ParticipatoryProcesses::ParticipatoryProcessGroupsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- ApplicationController
- Decidim::ParticipatoryProcesses::ParticipatoryProcessGroupsController
- Defined in:
- decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb
Constant Summary
Constants included from RedesignLayout
RedesignLayout::FALLBACK_LAYOUT
Instance Method Summary collapse
Methods included from UserBlockedChecker
#check_user_block_status, #check_user_not_blocked
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from HasStoredPath
#skip_store_location?, #store_current_location
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#index ⇒ Object
11 12 13 |
# File 'decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb', line 11 def index :list, :process_group end |
#show ⇒ Object
15 16 17 |
# File 'decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb', line 15 def show :read, :process_group, process_group: @group end |