Class: Decidim::Conferences::ConferenceWidgetsController
- Inherits:
-
WidgetsController
- Object
- WidgetsController
- Decidim::Conferences::ConferenceWidgetsController
- Defined in:
- app/controllers/decidim/conferences/conference_widgets_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 12 |
# File 'app/controllers/decidim/conferences/conference_widgets_controller.rb', line 8 def show :embed, :conference, conference: model if model super end |