Try using <%= render 'form', :seat => @seat %> without locals. On Sep 22, 3:50 pm, Veera Sundaravel <[email protected]> wrote: > pass the seat variable with your render call something like this, > > <%= render 'form', :locals => { :seat => @seat } %> > > -- > Regards, > > T.Veerasundaravel.http://tinyurl.com/25vma7h > @veerasundaravel > -- > Posted viahttp://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 group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

