Changeset [0d2d9a80060a8546922daf2290cb9c7adf502ff5] by Thorsten Böttger
October 23rd, 2011 @ 03:35 PM
new dsl, 1st step: providing new dsl, which uses the old one
https://github.com/rubyist/aasm/commit/0d2d9a80060a8546922daf2290cb...
Committed by Thorsten Böttger
- A lib/aasm/base.rb
- A spec/models/process_with_new_dsl.rb
- A spec/unit/new_dsl_spec.rb
- M lib/aasm/aasm.rb
- M lib/aasm/supporting_classes.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.