[Rails] Re: Undefined method 'menu'

2012-03-25 Thread Doe J.
Colin Law wrote in post #1053187: > On 25 March 2012 07:40, Doe J. wrote: >> package_line_item.rb >> has_many :menus , :through => :package_line_items, :uniq => true >> >> >> redirect_to @reservation ,:notice => "added menu" >> r

[Rails] Undefined method 'menu'

2012-03-24 Thread Doe J.
hi im new in ROR development and starting a reservation system project i am to show the menu that the customer added in the package that he choose and inside that menu the recipes of the current menu but it rises me a undefined method 'menu' error i belive my associations of my model is right but