Skip to content
Snippets Groups Projects
Unverified Commit 58f37655 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

[skip ci] hotfix headings routes

parent 6097b886
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ namespace :communication do
end
resources :blocks, controller: 'blocks', except: [:index] do
collection do
resources :headings, controller: 'blocks/headings' do
resources :headings, controller: 'blocks/headings', except: [:index, :show] do
collection do
post :reorder
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment