Changeset [2d5010c7eba2cd1ebec0043b0aa4850647feece9] by Andreas Wenk
December 8th, 2014 @ 08:58 AM
Fix example Instance-level inspection
The example for retrieving only permitted events returns an
Array of Aasm Objects but not an Array of event names as symbols.
This is fixed.
https://github.com/aasm/aasm/commit/2d5010c7eba2cd1ebec0043b0aa4850...
Committed by Andreas Wenk
- M README_FROM_VERSION_3_TO_4.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.