Class: Decidim::ParticipatoryProcesses::ParticipatoryProcessGroupsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Decidim::ParticipatoryProcesses::ParticipatoryProcessGroupsController
- Defined in:
- app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
11 12 13 |
# File 'app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb', line 11 def index :list, :process_group end |
#show ⇒ Object
15 16 17 |
# File 'app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb', line 15 def show :read, :process_group, process_group: @group end |