Explicit definition

You can define associations explicitly. This can be handy especially when Overriding attributes

factory :post do
  # ...
  association :author
end