Changeset [d92a679deff1b1397f3286bae4b5ab2a562da115] by Thorsten Böttger

September 2nd, 2011 @ 12:40 PM

Merge pull request #28 from etehtsea/i18n

I18n support
https://github.com/rubyist/aasm/commit/d92a679deff1b1397f3286bae4b5...

Committed by Thorsten Böttger

  • A lib/aasm/i18n.rb
  • A spec/en.yml
  • A spec/unit/i18n_spec.rb
  • M lib/aasm.rb
  • M lib/aasm/aasm.rb
New-ticket Create new ticket

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.