Skip to content

Instantly share code, notes, and snippets.

@utx0
Created May 29, 2013 07:02
Show Gist options
  • Save utx0/5668446 to your computer and use it in GitHub Desktop.
Save utx0/5668446 to your computer and use it in GitHub Desktop.
action
# GET /products/new
def new
@product = current_user.products.build
#binding.pry
@product.product_countries.build
@product.people.build
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment