Routetracker
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "route_tracker_arsh"
And then execute:
$ bundle
Post-Installation
After installing the gem, you must copy and run the migrations:
rails routetracker:install:migrations
rails db:migrate
Usage
Mount the engine in your config/routes.rb:
mount Routetracker::Engine => "/routetracker"
Go to /routetracker to view your route usage stats.
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.