Class: ForestLiana::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ForestLiana::BaseController
- Defined in:
- app/controllers/forest_liana/base_controller.rb
Direct Known Subclasses
ApimapsController, ApplicationController, AuthenticationController
Instance Method Summary collapse
Instance Method Details
#route_not_found ⇒ Object
7 8 9 |
# File 'app/controllers/forest_liana/base_controller.rb', line 7 def route_not_found head :not_found end |