Class: Decidim::Conferences::ConferenceSpeakersController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Decidim::Conferences::ConferenceSpeakersController
- Includes:
- ParticipatorySpaceContext
- Defined in:
- app/controllers/decidim/conferences/conference_speakers_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
10 11 12 13 14 |
# File 'app/controllers/decidim/conferences/conference_speakers_controller.rb', line 10 def index raise ActionController::RoutingError, "No speakers for this conference " if speakers.empty? :list, :speakers end |