[Rails] Re: Newb: Order page, multiple view single model question

2011-02-21 Thread James allan To
Guys thank you so much and yes Jim that is what is happening i guess i'll go for the hidden field. Thank you so much again. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou

[Rails] Newb: Order page, multiple view single model question

2011-02-20 Thread James allan To
Hi I would just like to ask if someone can point me to the right direction. I have an order page which will need to be split into 3 views before saving say in controller: def new @order = Order.new end def process_new @order = Order.new(params[:order]) #do validation for new # redirect to no_of_a