Short description and motivation.
$ rails plugin new policies/irp --mountable --skip-test --dummy-path=spec/dummy
How to use my plugin.
Add this line to your application's Gemfile:
gem "irp"
And then execute:
$ bundle
Or install it yourself as:
$ gem install irp
Add config/initializers/irp_policy.rb
to link claim, task clasess.
Irp.config_class = "PolicyConfiguration"
Irp.claim_class = "Claim"
Irp.task_class = "Task"
Irp.school_class = "School"
Copy the migrations
$ rails irp:install:migrations
$ rails db:migrate
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.