ET History

Installation

Rails 3 & 4

  1. Add PaperTrail and et history to your Gemfile
    gem 'paper_trail', '~> 3.0.5'
    gem 'et_history'

  2. Run the generator to copy over the needed files
    bundle exec rails generate et_history:install

  3. Run the migration.
    bundle exec rake db:migrate

  4. By default, versioning will be enabled for all models