Chronostamp [chronostamp] module
This module is for the Play 1.x series only.
Chronostamp enhances Models by adding magic timestamp fields (created_at & updated_at) and it will automatically record creation and update timestamps of database objects in an unobtrusive way.
https://github.com/omaroman/chronostamp
Written by Wayson Clown.
Published releases
0.1 | Oct 11 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install chronostamp-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> chronostamp {version}