We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c143eb6 commit d733b34Copy full SHA for d733b34
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