ET History
Installation
Rails 3 & 4
Add PaperTrail and et history to your
Gemfile
gem 'paper_trail', '~> 3.0.5'
gem 'et_history'
Run the generator to copy over the needed files
bundle exec rails generate et_history:install
Run the migration.
bundle exec rake db:migrate
By default, versioning will be enabled for all models