Class: Decidim::Conferences::ConferenceProgramController

Inherits:
ApplicationController show all
Includes:
ParticipatorySpaceContext
Defined in:
app/controllers/decidim/conferences/conference_program_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject

Raises:

  • (ActionController::RoutingError)


15
16
17
18
19
# File 'app/controllers/decidim/conferences/conference_program_controller.rb', line 15

def show
  raise ActionController::RoutingError, "No meetings for this conference " if meetings.blank?

  enforce_permission_to :list, :program
end