Class: Decidim::Consultations::ConsultationWidgetsController

Inherits:
WidgetsController
  • Object
show all
Defined in:
app/controllers/decidim/consultations/consultation_widgets_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
14
15
# File 'app/controllers/decidim/consultations/consultation_widgets_controller.rb', line 11

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

  super
end