Use new editor

This commit is contained in:
Paul Chavard 2018-11-14 16:28:02 +01:00
parent 0d35295d4e
commit 41c9b21509
19 changed files with 186 additions and 30 deletions

View file

@ -360,6 +360,8 @@ Rails.application.routes.draw do
resources :procedures, only: [:update] do
member do
get 'apercu'
get 'champs'
get 'annotations'
end
end