search for: fac_list

Displaying 1 result from an estimated 1 matches for "fac_list".

Did you mean: fac2list
2006 May 17
5
select list
...;'facilities'' table which has all the outpatient facilities but I need to add ''Float'' and ''Main Office'' which I don''t want to add to the ''facilities'' table itself. so I figure I can add these to an array created by... def fac_list @fac_list = Facility.find(:all) + [''Float'', ''Main Office''] end and I get an array of the facilities that I need but I can''t figure out how to get this into a sorted list so I can pick this value in my view code... <%= options = [[''Select...