Class: R404Controller
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- R404Controller
- Defined in:
- app/controllers/r404_controller.rb
Instance Method Summary collapse
Instance Method Details
#access_denied ⇒ Object
3 4 5 |
# File 'app/controllers/r404_controller.rb', line 3 def access_denied r404 :access_denied end |
#not_found ⇒ Object
7 8 9 |
# File 'app/controllers/r404_controller.rb', line 7 def not_found r404 :not_found end |