Ruby on Rails
Thursday, March 1, 2012
I have made some progress.
<%= select(:player, :team, Team.all.collect{|s| [s.name, s.id]}) %>
However I now get an error when I submit the form. One that is gettting closer!
undefined method `each' for "2":String
AND THIS IS THE PARAMETERS
"player"=>{"first_name"=>"test", "last_name"=>"2", "email"=>"eamiltest@test.com", "teams"=>"2"}, "commit"=>"create player"} --
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/H5ugFaDYcIEJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment