A more efficient way is to do this is: @project_names = Project.all(:select => 'name').map(&:name)
On Dec 25, 11:44 pm, Zhao Yi <[email protected]> wrote: > Gabriel Laskar wrote: > > Maybe a map will do the trick > > > @project_names = Project.all.map { |p| p.name } > > > -- > > Gabriel Laskar <[email protected]> > > Thanks, it works. > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---

