Class: Decidim::Meetings::WidgetsController
- Inherits:
-
WidgetsController
- Object
- WidgetsController
- Decidim::Meetings::WidgetsController
- Defined in:
- app/controllers/decidim/meetings/widgets_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
9 10 11 12 13 |
# File 'app/controllers/decidim/meetings/widgets_controller.rb', line 9 def show :embed, :meeting, meeting: model if model super end |