Remove deprecated editor
This commit is contained in:
parent
2632ccef9c
commit
3446782cd0
23 changed files with 0 additions and 1305 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue