end delete type de piece justificative

This commit is contained in:
Tanguy PATTE 2015-11-20 15:12:47 +01:00
parent bd5dc1e35a
commit 17ca244a2f
6 changed files with 58 additions and 2 deletions

View file

@ -48,6 +48,7 @@ Rails.application.routes.draw do
end
resources :types_de_champ, only: [:destroy]
resource :pieces_justificatives, only: [:show, :update]
resources :pieces_justificatives, only: :destroy
end
end