Class: ForestController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ForestController
- Includes:
- Pundit
- Defined in:
- app/controllers/forest_controller.rb
Direct Known Subclasses
ErrorsController, MediaItemsController, PagesController, PublicController
Instance Method Summary collapse
Instance Method Details
#after_sign_in_path_for(resource) ⇒ Object
12 13 14 |
# File 'app/controllers/forest_controller.rb', line 12 def after_sign_in_path_for(resource) main_app.admin_path end |