Class: Hotsheet::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Hotsheet::HomeController
- Defined in:
- app/controllers/hotsheet/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#error ⇒ Object
6 7 8 |
# File 'app/controllers/hotsheet/home_controller.rb', line 6 def error render "error", status: :not_found end |
#show ⇒ Object
4 |
# File 'app/controllers/hotsheet/home_controller.rb', line 4 def show; end |