Changeset [c83a3c40aa8b6b8fcfb095d3ab243ff99c898fe4] by Thorsten Böttger
May 13th, 2015 @ 05:04 AM
Merge branch 'master' into multiple_state_machines_per_class
https://github.com/aasm/aasm/commit/c83a3c40aa8b6b8fcfb095d3ab243ff...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/core/event.rb
- M lib/aasm/version.rb
- M spec/models/validator.rb
- M spec/unit/persistence/active_record_persistence_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.