Changeset [ae98094ee8ba7199d4b87f2719df58419168a357] by Thorsten Böttger
November 26th, 2011 @ 12:56 PM
deprecated AASM#human_state and AASM.human_event_name, which
will be removed in AASM version 3
https://github.com/rubyist/aasm/commit/ae98094ee8ba7199d4b87f2719df...
Committed by Thorsten Böttger
- A lib/aasm/deprecated/aasm.rb
- M lib/aasm.rb
- M lib/aasm/aasm.rb
- M spec/unit/localizer_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.