-
-
Save techpeace/181924 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>New product</h1> | |
Are you creating a new Product object in this action? Try this: | |
<%= @product.inspect %> | |
If nothing shows up, then you need a <pre>Product.new</pre> in this controller action. | |
<% form_for(@product) do |f| %> | |
<%= f.error_messages %> | |
<p> | |
<%= f.submit 'Create' %> | |
</p> | |
<% end %> | |
<%= link_to 'Back', products_path %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment