Skip to content

Instantly share code, notes, and snippets.

View warrenseen's full-sized avatar

Warren Seen warrenseen

View GitHub Profile
# 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