-
- Downloads
Add RootController
This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location.
parent
2bc4fd2d
No related branches found
No related tags found
Showing
- app/controllers/root_controller.rb 18 additions, 0 deletionsapp/controllers/root_controller.rb
- app/views/layouts/nav/_dashboard.html.haml 1 addition, 1 deletionapp/views/layouts/nav/_dashboard.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- spec/controllers/root_controller_spec.rb 32 additions, 0 deletionsspec/controllers/root_controller_spec.rb
- spec/routing/routing_spec.rb 8 additions, 2 deletionsspec/routing/routing_spec.rb
Loading
-
mentioned in merge request !928 (merged)
-
mentioned in commit 4e37f761
Please register or sign in to comment