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 889190b commit 0f413e0Copy full SHA for 0f413e0
config/routes.rb
@@ -52,8 +52,6 @@
52
get 'me/edit', to: 'people#edit', as: 'edit_my_profile'
53
end
54
55
- resources :pages, only: %i[show], path: ''
56
-
57
authenticated :user, ->(u) { u.permitted_to?('manage_platform') } do # rubocop:todo Metrics/BlockLength
58
scope path: 'host' do # rubocop:todo Metrics/BlockLength
59
# Add route for the host dashboard
0 commit comments