Changeset [b0c195f3a0b644d8bc890116e0feb5504fb9d0be] by Thorsten Böttger
May 28th, 2014 @ 02:11 PM
Merge pull request #131 from enbaglisash/refactor_on_state_machine_class
move setting initial_state codes to StateMachine class
https://github.com/aasm/aasm/commit/b0c195f3a0b644d8bc890116e0feb55...
Committed by Thorsten Böttger
- M lib/aasm/base.rb
- M lib/aasm/state_machine.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.