Changeset [0ea001fe6e85ab9ff6918198a5cb4ff2ea6c22cb] by Travis Tilley
January 17th, 2010 @ 01:19 AM
Merge remote branch 'wildfalcon/master' into integration
Conflicts:
lib/aasm/event.rb
lib/aasm/state.rb
http://github.com/rubyist/aasm/commit/0ea001fe6e85ab9ff6918198a5cb4...
Committed by Travis Tilley
- M lib/aasm/aasm.rb
- M lib/aasm/event.rb
- M lib/aasm/state.rb
- M spec/unit/aasm_spec.rb
- M spec/unit/state_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.