Changeset [ef259bfa5e63e31146d86a2d7c0d3d641bb41f66] by Thorsten Böttger
August 24th, 2015 @ 05:11 AM
Merge pull request #245 from evadne/multiple_state_machines_per_class
enh(aasm): patches failing and edge cases in supporting multiple
AASMs
https://github.com/aasm/aasm/commit/ef259bfa5e63e31146d86a2d7c0d3d6...
Committed by Thorsten Böttger
- M lib/aasm/persistence/base.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.