Class: Decidim::Consultations::ConsultationWidgetsController
- Inherits:
-
WidgetsController
- Object
- WidgetsController
- Decidim::Consultations::ConsultationWidgetsController
- Defined in:
- app/controllers/decidim/consultations/consultation_widgets_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/decidim/consultations/consultation_widgets_controller.rb', line 11 def show :embed, :participatory_space, current_participatory_space: model if model super end |