The error message is "no select box ... with label 'Organization' found". 
Your label exists, but it is not connected to the select field.
It should be <label for="restaurant_organization_id"></label>
If you're using it in some kind of form_for(@restaurant) - helper you'd 
simply have to use form.label :organization_id.

-- 
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/-/S_ioHCtfYfUJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to