i have the following code: controller: @vehicles = Vehicle.find(:all, :order => "license") view: <%= collection_select(:mileage, :vehicle_id, @vehicles, :id, :license) %> what i want: instead of just license, i want: :make + " " + :model + ", " + :license in place of just :license. obviously, this doesn''t work. nor does putting an instance variable in place of :license. any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---