Changeset [c5ae69ca64ed4402ca5058deeb109c7e11ab2c4c] by Thorsten Böttger
November 30th, 2013 @ 04:46 PM
deprecate usage of AASM.aasm_initial_state (getter and setter
method)
https://github.com/aasm/aasm/commit/c5ae69ca64ed4402ca5058deeb109c7...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/base.rb
- M lib/aasm/instance_base.rb
- M lib/aasm/persistence/base.rb
- M spec/models/persistence.rb
- M spec/unit/initial_state_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.