Class: Binda::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Binda::ApplicationController
- Defined in:
- app/controllers/binda/application_controller.rb
Direct Known Subclasses
AssetsController, BoardsController, CategoriesController, ChoicesController, ComponentsController, FieldGroupsController, FieldSettingsController, GalleriesController, ImagesController, RepeatersController, StructuresController, VideosController
Instance Method Summary collapse
-
#after_sign_in_path_for(_) ⇒ Object
_ indicates that we are not using the argument in the method.
-
#after_sign_out_path_for(_) ⇒ Object
_ indicates that we are not using the argument in the method.
Instance Method Details
#after_sign_in_path_for(_) ⇒ Object
_ indicates that we are not using the argument in the method
9 10 11 |
# File 'app/controllers/binda/application_controller.rb', line 9 def after_sign_in_path_for(_) binda.dashboard_path end |
#after_sign_out_path_for(_) ⇒ Object
_ indicates that we are not using the argument in the method
14 15 16 |
# File 'app/controllers/binda/application_controller.rb', line 14 def after_sign_out_path_for(_) root_path end |