Skip to content

Commit a2fbf56

Browse files
committed
Wrong name
1 parent 6fe4d41 commit a2fbf56

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
@@ -90,7 +90,7 @@
9090
get 'flagged', to: 'admin#flagged'
9191
post 'clear_flag', to: 'admin#clear_flag'
9292
get 'users', to: 'admin#users', as: :user_data
93-
get 'permissions', to: 'admin#permissions', as: :permissions
93+
get 'permissions', to: 'admin#permissions', as: :admin_permissions
9494
put 'permissions/update', to: 'admin#update_permissions'
9595
delete 'permissions/:user_id', to: 'admin#destroy_user'
9696

0 commit comments

Comments
 (0)