| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Add-on gem for creating graphs from AASM state machine definitions
Add this line to your application's Gemfile:
gem 'aasm_graph'And then execute:
$ bundle
Or install it yourself as:
$ gem install aasm_graph
You can use it via the command line interface:
./bin/aasm_graph -Iexample -rjob Job
Or you can use it with Rake. In your Rakefile, load the aasm_graph task file:
load "aasm/tasks/aasm_graph.rake"
And then you can run the rake task:
rake aasm_graph INCLUDE=./example REQUIRE=job CLASS=Job
| Back | FazBrowse Home | New Git URL |