Skip to content

Commit 0f413e0

Browse files
committed
removed page show route that was occuluding paths below it
1 parent 889190b commit 0f413e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/routes.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
get 'me/edit', to: 'people#edit', as: 'edit_my_profile'
5353
end
5454

55-
resources :pages, only: %i[show], path: ''
56-
5755
authenticated :user, ->(u) { u.permitted_to?('manage_platform') } do # rubocop:todo Metrics/BlockLength
5856
scope path: 'host' do # rubocop:todo Metrics/BlockLength
5957
# Add route for the host dashboard

0 commit comments

Comments
 (0)