From: Avdi Grimm Date: 2008-03-04T07:50:35+09:00 Subject: Re: Getting a field value in a form with ruby On Mon, Mar 3, 2008 at 5:39 PM, Mark Mr wrote: > Ok I'll try that google group then. The fields are the same name because > that's the name of my field in the assessments database. I could split > it up into 2 fields in my database but I was just wondering if there's a > way to just combine the 2 values so I can put them in that ends_at > field. Thanks though. I suggest you dig into the documentation for the composed_of flag to ActiveRecord associations. It might give you just the solution you're looking for. -- Avdi