Changeset [95ef7fc83403182ff925fb03ff7c926a5a194944] by Thorsten Böttger
April 24th, 2013 @ 07:51 AM
no need for WriteState mixin anymore (to keep adding persistence
simple)
https://github.com/aasm/aasm/commit/95ef7fc83403182ff925fb03ff7c926...
Committed by Thorsten Böttger
- M API
 - M lib/aasm/aasm.rb
 - M lib/aasm/instance_base.rb
 - M lib/aasm/persistence/active_record_persistenc
 - M lib/aasm/persistence/mongoid_persistence.rb
 - M spec/models/active_record/api.rb
 - M spec/unit/api_spec.rb
 - M spec/unit/persistence/active_record_persisten
 
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.