Teng::Role::TimeStamp - current time is set to a "created_at" or "updated_at"
use parent 'Teng';
use Any::Moose;
with 'Teng::Role::TimePiece';
with 'Teng::Role::TImeStamp';
Shinichiro Sei <shin1rosei@kayac.com>
Copyright (c) 2012 KAYAC Inc. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.