Changeset [d23e75ef46c3a3f1a6bd66dba780e1fac506e44b] by Anil Maurya
September 7th, 2018 @ 02:51 AM
Merge branch 'master' of github.com:aasm/aasm
https://github.com/aasm/aasm/commit/d23e75ef46c3a3f1a6bd66dba780e1f...
Committed by Anil Maurya
- M CHANGELOG.md
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/database.rb
- M spec/models/active_record/simple_new_dsl.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.