models: require belong_to associations on follow

This commit is contained in:
Pierre de La Morinerie 2020-07-20 14:46:26 +00:00
parent 91619b16e8
commit aff2713032
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
FactoryBot.define do
factory :follow do
association :instructeur
association :dossier
end
end