Add this line to your application's Gemfile:
gem "bullet_train-audit_logs"
And then execute:
$ bundle
Or install it yourself as:
$ gem install bullet_train-audit_logs
Run the installation rake task
$ rake bullet_train:audit_logs:install
This will install the migrations and add the Activity::Version model to your application
Migrate your database
bin/rails db:migrate
View the usage docs from the command line by running:
$ bin/super_scaffold audit_logs
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.