Add the gem:
gem 'magistrate', git: "YOUR_MAGISTRATE_URL"Update Gemfile:
bundle updateAdd the Plugin to Your App
# config/initializers/magistrate.rb
Magistrate.setup do |config|
config.provider = 'heroku'
endMount the app in your routes.rb file:
mount Magistrate::Engine => 'magistrate'Coming Soon