Changeset [55f1eed4fa2e01a95ca35be0231ad5181939deb6] by Thorsten Böttger
July 13th, 2014 @ 08:07 AM
provide a configuration class (to easily spot configuration
options)
https://github.com/aasm/aasm/commit/55f1eed4fa2e01a95ca35be0231ad51...
Committed by Thorsten Böttger
- A lib/aasm/configuration.rb
- M lib/aasm.rb
- M lib/aasm/base.rb
- M lib/aasm/state_machine.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.