Changeset [d8a4417671b01f835ece97bfd7bc061e00cecadd] by Thorsten Böttger
June 6th, 2012 @ 06:32 AM
removed deprecation warning when localizing aasm state names
(look at https://github.com/rubyist/aasm/issues/38
for details)
https://github.com/rubyist/aasm/commit/d8a4417671b01f835ece97bfd7bc...
Committed by Thorsten Böttger
- A spec/en_deprecated_style.yml
- M CHANGELOG.md
- M lib/aasm/supporting_classes/localizer.rb
- M spec/en.yml
- 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.