Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
ApiController, ErrorsController, PasswordsController, ViewsController
Instance Method Summary collapse
Instance Method Details
#not_found ⇒ Object
4 5 6 |
# File 'app/controllers/application_controller.rb', line 4 def not_found raise ActionController::RoutingError.new('Not Found') end |