'Services' routes moved under 'new_administrateur' scope and '/admn' added in their url

This commit is contained in:
Judith 2020-07-07 12:31:52 +02:00 committed by jpoulvel (Rebase PR Action)
parent 782706537d
commit 9793128f61
9 changed files with 17 additions and 19 deletions

View file

@ -406,9 +406,7 @@ Rails.application.routes.draw do
get 'preview', on: :member
end
end
end
scope module: 'new_administrateur' do
resources :services, except: [:show] do
collection do
patch 'add_to_procedure'