Changeset [488bda0c42f5dbb44810217d48706dc4c4e07c7e] by Thorsten Böttger
October 13th, 2014 @ 05:24 PM
renamed permissible states and events to permitted states
events
https://github.com/aasm/aasm/commit/488bda0c42f5dbb44810217d48706dc...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M README.md
- M README_FROM_VERSION_3_TO_4.md
- M lib/aasm/aasm.rb
- M lib/aasm/instance_base.rb
- M spec/unit/inspection_spec.rb
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.