We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3256ef6 commit 837b5f8Copy full SHA for 837b5f8
1 file changed
config/routes.rb
@@ -1,8 +1,7 @@
1
Alchemy::Engine.routes.draw do
2
- namespace :admin, {
+ namespace :admin,
3
path: Alchemy.admin_path,
4
- constraints: Alchemy.admin_constraints
5
- } do
+ constraints: Alchemy.admin_constraints do
6
devise_for :user,
7
class_name: "Alchemy::User",
8
singular: :user,
0 commit comments