Changeset [55fbd65fa90296d1b8d9b50db1c513a0ef363517] by Thorsten Böttger
September 10th, 2011 @ 12:41 PM
avoiding naming conflict with using I18n module in AASM'ified
class
https://github.com/rubyist/aasm/commit/55fbd65fa90296d1b8d9b50db1c5...
Committed by Thorsten Böttger
- A lib/aasm/localizer.rb
- A spec/unit/localizer_spec.rb
- R lib/aasm/i18n.rb
- R spec/unit/i18n_spec.rb
- M lib/aasm.rb
- M lib/aasm/aasm.rb
- M spec/en.yml
- M spec/schema.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.