Changeset [656984f8b2cb219a7b452eb8f3f20e97dab66239] by Scott Barron

December 29th, 2008 @ 10:05 AM

Fix misleading example which uses a 'new' state. A state called 'new' would currently not work with activerecord. http://github.com/rubyist/aasm/c...

Committed by Scott Barron

  • M README.rdoc
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.