Class: Decidim::Meetings::WidgetsController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  enforce_permission_to :embed, :meeting, meeting: model if model

  super
end