Skip to content

Instantly share code, notes, and snippets.

@warrenseen
Created February 9, 2012 07:17
Show Gist options
  • Save warrenseen/1778067 to your computer and use it in GitHub Desktop.
Save warrenseen/1778067 to your computer and use it in GitHub Desktop.
# If you're just using devise, it should have already loaded the current user for you
@user = current_user
@product = @user.products.build.tap do |product|
product.product_countries.build
product.product_people.build.build_person
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment