models: require belong_to associations on follow
This commit is contained in:
parent
91619b16e8
commit
aff2713032
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :follow do
|
||||
association :instructeur
|
||||
association :dossier
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue