We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe4d41 commit a2fbf56Copy full SHA for a2fbf56
config/routes.rb
@@ -90,7 +90,7 @@
90
get 'flagged', to: 'admin#flagged'
91
post 'clear_flag', to: 'admin#clear_flag'
92
get 'users', to: 'admin#users', as: :user_data
93
- get 'permissions', to: 'admin#permissions', as: :permissions
+ get 'permissions', to: 'admin#permissions', as: :admin_permissions
94
put 'permissions/update', to: 'admin#update_permissions'
95
delete 'permissions/:user_id', to: 'admin#destroy_user'
96
0 commit comments