bingo bob wrote:
> 
> well ok,
> 
> this alone gives me the dropdown i need.
> 
> <%= select("location", "location_id", Location.all.collect {|l| [ 
> l.name, l.id ]}, {:prompt => 'Select Location'}) %>
> 
> 
> But how do I then submit, I need to somehow link that up with a way to 
> submit it.

Just submit the form like any other form you've ever created.

Best,
Marnen
-- 
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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to