Class: Decidim::ParticipatoryProcesses::WidgetsController

Inherits:
WidgetsController
  • Object
show all
Defined in:
app/controllers/decidim/participatory_processes/widgets_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
12
# File 'app/controllers/decidim/participatory_processes/widgets_controller.rb', line 8

def show
  enforce_permission_to :embed, :participatory_space, current_participatory_space: model

  super
end