Skip to content

Commit b58a58c

Browse files
committed
Fix admin root path
1 parent 2d1fa1e commit b58a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
end
7979

8080
namespace :admin, constraints: Routes::AdminAccessConstraint.new do
81-
root to: "home#index", as: :admin_root
81+
root to: "home#index"
8282

8383
resources :newsletters
8484

0 commit comments

Comments
 (0)