key :updated_at, Time, :default => lambda { Time.new }
key :created_at, Time, :default => lambda { Time.new }
Brian
> --
> You received this message because you are subscribed to the Google
> Groups "MongoMapper" group.
> For more options, visit this group at
> http://groups.google.com/group/mongomapper?hl=en?hl=en
key :updated_at, Time, :default => lambda { || Time.new }
On Apr 10, 2012, at 11:31 AM, Elias wrote: