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