Remove deprecated editor

This commit is contained in:
Paul Chavard 2018-12-19 15:18:34 +01:00
parent 2632ccef9c
commit 3446782cd0
23 changed files with 0 additions and 1305 deletions

View file

@ -189,18 +189,6 @@ Rails.application.routes.draw do
delete :delete_notice
end
resources :types_de_champ, only: [:destroy]
resource :types_de_champ, only: [:show, :update] do
post '/:index/move_up' => 'types_de_champ#move_up', as: :move_up
post '/:index/move_down' => 'types_de_champ#move_down', as: :move_down
end
resources :types_de_champ_private, only: [:destroy]
resource :types_de_champ_private, only: [:show, :update] do
post '/:index/move_up' => 'types_de_champ_private#move_up', as: :move_up
post '/:index/move_down' => 'types_de_champ_private#move_down', as: :move_down
end
resource :pieces_justificatives, only: [:show, :update]
resources :pieces_justificatives, only: :destroy
resource :pieces_justificatives, only: [:show, :update] do