The Visit Tracker GEM
This GEM count and store visits on object and you can choose to create custom histories of access.
Install
- Put this line in your Gemfile:
gem 'visit_tracker', git: "https://github.com/tdginternet/VisitTracker.git"
- Then bundle:
$ bundle
- Then generate and run the migrations
$ rails g visit_tracker:install
$ rake db:migrate
The GEM is ready to use.
#TODO: Docs about how to use