Hi there, I have a data model that contains a DateTime attribute, date. I want to find out if that date is today. I'm having a hell of a time!
>> Deal.first.date
=> Mon, 14 Dec 2009 23:59:59 EST -05:00
I've tried so many techniques that I would be embarrassed to put them here. So I would just ask, what do I need to match this date in an ActiveRecord find method?
Thanks, Aaron.