Changeset [ef70ac53d9266feabd4090cdff71321af2c4cec3] by Thorsten Böttger
November 16th, 2014 @ 04:59 PM
aasm_human_event_name is deprecated, use aasm.human_event_name
instead
https://github.com/aasm/aasm/commit/ef70ac53d9266feabd4090cdff71321...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/aasm.rb
- M lib/aasm/base.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.