On 13 February 2012 07:00, edward michaels <[email protected]> wrote: > Thanks, your idea did help. > > if I do: > > date = <some_date> > reduce = Time.where(:date => date)
I think you might run into trouble using a class Time as this is already a ruby class. Colin -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

