[Rails] select_tag not posting selection

2010-11-16 Thread Erick C.
Here is the (Partial) code in the _form.html.erb: ---code fragment--- <%= form_for(@order) do |f| %> <% if @order.errors.any? %> <%= pluralize(@order.errors.count, "error") %> prohibited this order from being saved: <% @order.errors.full_messages.each do |msg| %>

[Rails] Rails3.0.1 select_tag returns "null"

2010-11-16 Thread Erick C.
content of select tag not posted with record (see attached file) Attachments: http://www.ruby-forum.com/attachment/5410/select_tag_error.txt -- 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