Changeset [bbafd22c67d1ca721029d095ac7c1475d2f2d63f] by Thorsten Böttger
April 24th, 2013 @ 08:19 AM
no need for WriteStateWithoutPersistence mixin anymore (to keep
adding persistence simple)
https://github.com/aasm/aasm/commit/bbafd22c67d1ca721029d095ac7c147...
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.