I've been trying to work out the rails way of handling this. I have my
form which contains:
<%= select(:user, :state_id, @states) %>
The only problem is that the fieldWithErrors div won't get added if
nothing is selected.
If I change it too:
<%= select(:user, :state, @states) %>
I get the error:
State expected, got String
Does rails have a graceful way of doing this?
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk@...
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en-~----------~----~----~----~------~----~------~--~---