Changeset [ef0eb257158eb52277a8b543a7d238dbaa326303] by Travis Tilley
October 30th, 2009 @ 12:20 PM
restructure, de-nest
http://github.com/rubyist/aasm/commit/ef0eb257158eb52277a8b543a7d23...
Committed by Travis Tilley
- A lib/aasm/supporting_classes.rb
- M lib/aasm.rb
- M lib/aasm/aasm.rb
- M lib/aasm/event.rb
- M lib/aasm/persistence.rb
- M lib/aasm/state.rb
- M lib/aasm/state_machine.rb
- M lib/aasm/state_transition.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.