Changeset [82aecad31064365ff14565ce7b1e8143049c1f1a] by Konstantin Burnaev
May 10th, 2014 @ 05:07 AM
Merge branch 'feature/enum' into feature/enum-master
Conflicts:
README.md
https://github.com/aasm/aasm/commit/82aecad31064365ff14565ce7b1e814...
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.