Hi,
I am new for RoR i am using
f.select for dropdown and want to populate it from database table
i have a function in cities model which retrieve all cities and i am
doing the follwoing to populate the dropdown
f.select :city_id , @cities
but it display a strange output with some # etc
how i will do it and i dont want to use collection_select so thats
mean how to write the function
def self.find_all_cities
   find(:all)
end

thats how my function is how can i modify so that it gives me s refine
array so that it did my business

Regards,

-- 
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