Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created July 3, 2011 19:14
Show Gist options
  • Save brandon-beacher/1062504 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1062504 to your computer and use it in GitHub Desktop.
Factory.define :member, :parent => :person do |person|
person.after_build do |p|
p.memberships.build Factory.attributes_for(:membership, :parish => Factory(:parish), :status => 'Approved' )
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment