Find by datetime

If I have a string 2008-05-16 15:27:30 then how do I find by datetime
(created_at)?

I used the ActiveRecord Extensions plugin in order to make this easier.
Check it out a tutorial here:
http://www.rubyinside.com/advent2006/17-extendingar.html

On Fri, May 16, 2008 at 9:55 AM, Pål Bergström <

Nick Quaranto wrote:

I used the ActiveRecord Extensions plugin in order to make this easier.
Check it out a tutorial here:
Extending ActiveRecord

On Fri, May 16, 2008 at 9:55 AM, Pål Bergström <

Thanks. But if I don’t use a plugin? I would like to understand it
myself.