app/controllers/spree/admin/root_controller.rb in spree_backend-2.4.10 vs app/controllers/spree/admin/root_controller.rb in spree_backend-3.0.0.rc1

- old
+ new

@@ -7,9 +7,10 @@ def index redirect_to admin_root_redirect_path end protected + def admin_root_redirect_path spree.admin_orders_path end end end