Class: Spina::Conferences::PrimerTheme::PresentationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Spina::Conferences::PrimerTheme::PresentationsController
- Defined in:
- app/controllers/spina/conferences/primer_theme/presentations_controller.rb
Overview
User-facing controller for presentations, serving both html and ics
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#show ⇒ Object
10 11 12 13 14 15 16 |
# File 'app/controllers/spina/conferences/primer_theme/presentations_controller.rb', line 10 def show @presentation.name respond_to do |format| format.html format.ics { head :not_found } end end |