Class: Athar::TableEventsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Athar::TableEventsController
- Defined in:
- app/controllers/athar/table_events_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/athar/table_events_controller.rb', line 5 def show @event = Athar::TableEvent.find_by(id: params[:id]) head(:not_found) and return unless @event end |