Changeset [89544e5e31da732389fefd5f9ca33343886407b8] by Vlad Gramuzov

June 19th, 2018 @ 02:13 PM

Merge branch 'master' into chores/refactor-callback-invokers
https://github.com/aasm/aasm/commit/89544e5e31da732389fefd5f9ca3334...

Committed by Vlad Gramuzov

  • M README.md
  • M lib/aasm/persistence/plain_persistence.rb
  • M spec/spec_helpers/active_record.rb
  • M spec/spec_helpers/dynamoid.rb
  • M spec/spec_helpers/mongoid.rb
  • M spec/spec_helpers/redis.rb
  • M spec/spec_helpers/sequel.rb
New-ticket Create new ticket

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.