/visit_tracker

Gem to track visits

Primary LanguageRubyMIT LicenseMIT

The Visit Tracker GEM

This GEM count and store visits on object and you can choose to create custom histories of access.

Install

  1. Put this line in your Gemfile:
gem 'visit_tracker', git: "https://github.com/tdginternet/VisitTracker.git"
  1. Then bundle:
$ bundle
  1. 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