Changeset [ab6d184a218ade2f7ddb42fe88c9f364e4813e69] by Konstantin Burnaev
May 10th, 2014 @ 05:02 AM
Added support for Rails 4.1+ enums.
https://github.com/aasm/aasm/commit/ab6d184a218ade2f7ddb42fe88c9f36...
Committed by Konstantin Burnaev
- M README.md
- M lib/aasm/base.rb
- M lib/aasm/persistence/active_record_persistence.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.