Hey all,
I was just wondering how I would render the following dropdown.
Contact Model
def full_name
self.Firstname + ’ ’ + self.Lastname
end
Inside the view I would like to produce a DropDown list that will have
the Firstname + Lastname displayed with the id as the value. I have
tried a few methods and cannot seem to find a way.
Cheers