Class: Decidim::Conferences::ConferencesController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- ApplicationController
- Decidim::Conferences::ConferencesController
- Includes:
- ParticipatorySpaceContext
- Defined in:
- decidim-conferences/app/controllers/decidim/conferences/conferences_controller.rb
Overview
A controller that holds the logic to show Conferences in a public layout.
Instance Method Summary collapse
Methods included from RegistersPermissions
Methods included from UserBlockedChecker
#check_user_block_status, #check_user_not_blocked
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from HasStoredPath
#skip_store_location?, #store_current_location
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#index ⇒ Object
20 21 22 23 24 |
# File 'decidim-conferences/app/controllers/decidim/conferences/conferences_controller.rb', line 20 def index redirect_to "/404" if published_conferences.none? :list, :conference end |
#show ⇒ Object
26 27 28 |
# File 'decidim-conferences/app/controllers/decidim/conferences/conferences_controller.rb', line 26 def show check_current_user_can_visit_space end |
#user_diploma ⇒ Object
30 31 32 |
# File 'decidim-conferences/app/controllers/decidim/conferences/conferences_controller.rb', line 30 def user_diploma render layout: "decidim/diploma" end |