public
Description: Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed.
Homepage: http://rubyforge.org/projects/ruby-shadow/
Clone URL: git://github.com/TheBreeze/shadow.git
shadow / init.rb
100644 2 lines (2 sloc) 0.09 kb
1
2
require 'activerecord/shadow'
ActiveRecord::Base.send :include, ActiveRecord::Acts::Shadow