Changeset [636a25f45d08ba63b2720d2a9413700cde13c1b7] by Thorsten Böttger
March 20th, 2013 @ 01:10 PM
Merge pull request #60 from jherdman/auto-define-state-constants
AASM defines constants for each state name
https://github.com/aasm/aasm/commit/636a25f45d08ba63b2720d2a9413700...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/base.rb
- M spec/unit/simple_example_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.