Create relation between Administrateur, Gestionnaire and Procedure
This commit is contained in:
parent
f3d8645426
commit
dc18e7da6f
9 changed files with 35 additions and 5 deletions
|
@ -5,6 +5,8 @@ describe Procedure do
|
|||
it { is_expected.to have_many(:types_de_piece_justificative) }
|
||||
it { is_expected.to have_many(:types_de_champ) }
|
||||
it { is_expected.to have_many(:dossiers) }
|
||||
it { is_expected.to belong_to(:administrateur) }
|
||||
|
||||
end
|
||||
|
||||
describe 'attributes' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue