NoMethodError in Orders#new
问题 I'm receiving an error when it comes to entering data into my table. undefined method `price' for # I was able to add the Price into my Order table, but when it comes to adding new data. I receive a, NoMethodError in Orders#new. I went into my text editor and deleted the highlighted piece of code, but the field to enter a price disappears all that is left is the title, Price. Showing /Users/nncyvallejo90/Documents/springproject/app/views/orders/_form.html.erb where line #20 raised: undefined