aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/mixins/touch.rb
Commit message (Expand)AuthorAgeFilesLines
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-34/+0
* Moved methods into the main body as only wiring is needed in append_featuresDavid Heinemeier Hansson2004-12-131-9/+7
* Cleaned up the class_eval stuff in the new mixins a bitDavid Heinemeier Hansson2004-12-081-4/+5
* Added ActiveRecord::Mixins::Touch that will record creation and update times ...David Heinemeier Hansson2004-12-081-0/+35