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 18 |
# 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 redirect_to decidim_conferences.conference_path(current_participatory_space) unless current_user_can_visit_space? end |