Changeset [f66f2a1e76584b899e93ce5b6c505a8cee91656e] by Thorsten Böttger

February 22nd, 2013 @ 12:04 AM

started to refactor instance methods for AASM objects
https://github.com/aasm/aasm/commit/f66f2a1e76584b899e93ce5b6c505a8...

Committed by Thorsten Böttger

  • A lib/aasm/instance_base.rb
  • M lib/aasm.rb
  • M lib/aasm/aasm.rb
  • M lib/aasm/base.rb
  • M lib/aasm/persistence/read_state.rb
New-ticket Create new ticket

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.