Changeset [8534b62b8175f953f22d3c2b2fd7591101be9ca3] by Reid Morrison
March 18th, 2017 @ 05:12 AM
Use concurrent map to hold list of state machines (#444)
- Make aasm thread-safe. https://github.com/aasm/aasm/commit/8534b62b8175f953f22d3c2b2fd7591...
Committed by Reid Morrison
- M lib/aasm/aasm.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.