NextSgad
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem 'next_sgad', path: 'path/to/engine/folder'
And then execute:
$ bundle
Configure the Routes:
mount NextSgad::Engine, at: 'sgad'
Copy the migrations
$ bin/rails next_sgad:install:migrations
Run the migrations
$ bin/rails db:migrate SCOPE=next_sgad
License
The gem is available as open source under the terms of the MIT License.