Class: Decidim::Conferences::ConferenceProgramController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Decidim::Conferences::ConferenceProgramController
- Includes:
- ParticipatorySpaceContext
- Defined in:
- app/controllers/decidim/conferences/conference_program_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
13 14 15 16 17 |
# File 'app/controllers/decidim/conferences/conference_program_controller.rb', line 13 def show raise ActionController::RoutingError, "No meetings for this conference " if meetings.blank? :list, :program end |