ActiveAttack
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem 'active_attack'
Add this line to your routes.rb
And then execute:
$ bundle
mount ActiveAttack::Engine, at: "/attack"
run
$ rails railties:install:migrations
In application.css
*= require active_attack/playbooks
$ rails railties:install:migrations
Or install it yourself as:
$ gem install active_attack
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.