bingo bob wrote:
> OK, Well I did what I did like this - it works. It's horribly complex 
> for what it is though,
[...]

Don't go to all that trouble!  Just follow Tom's example.  As I 
explained before, he has 4 arguments -- call them a, b, c, and d.  You 
can either do

select a, b, c, d

or use a form_for block and do

f.select b, c, d

as already explained.  You already *have* a worked example thanks to 
Tom, so use it!

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
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 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