Changeset [76484b39c5cc1d70d6abc660576f562c24fa23aa] by Daniel Lo
March 20th, 2014 @ 01:20 PM
Updated README.md to refect actual code necessary to get states
Code listing for Inspection did not reflect the code necessary to produce the output that was indicated.
job.aasm.states produces an array of AASM::State objects, which
need mapping to produce the symbols necessary.
https://github.com/aasm/aasm/commit/76484b39c5cc1d70d6abc660576f562...
Committed by Daniel Lo
- M README.md
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.