Changeset [233d99b906e97efe7a491f1a069a3b7cff9130bb] by Thorsten Böttger
February 22nd, 2013 @ 01:15 AM
continued to refactor instance methods for AASM objects
https://github.com/aasm/aasm/commit/233d99b906e97efe7a491f1a069a3b7...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/instance_base.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M lib/aasm/persistence/mongoid_persistence.rb
- M spec/models/auth_machine.rb
- M spec/unit/callbacks_spec.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.