Explicit definition
You can define associations explicitly. This can be handy especially when Overriding attributes
factory :post do
# ...
association :author
end
You can define associations explicitly. This can be handy especially when Overriding attributes
factory :post do
# ...
association :author
end