Topic: select drop downs
okay I'm having a little problem with these in rails.
I can make a drop down from a specified list no problem
and I can make a dynamic one from db entries no problem.
whats stumped me is making a drop down with both.
basically I want a drop down with the first couple of entries pre-defined and the rest based on the database. I've tried combine the arrasy with concat but keeps bringing up an error.
if anybody has a good resource or some advice on these please let me know.