Changeset [b2dfee3209991c796390cfadb9c67cc390269870] by Thorsten Böttger
November 26th, 2014 @ 01:23 PM
treat plain Ruby reading and writing as kind of persistence
(refactoring)
https://github.com/aasm/aasm/commit/b2dfee3209991c796390cfadb9c67cc...
Committed by Thorsten Böttger
- A lib/aasm/persistence/plain_persistence.rb
- M lib/aasm/aasm.rb
- M lib/aasm/persistence.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.