Changeset [f56067cad0591055a0d8ab5bcb2fdf343ef46c00] by Thorsten Böttger
May 18th, 2015 @ 04:43 AM
Merge branch 'master' into multiple_state_machines_per_class
https://github.com/aasm/aasm/commit/f56067cad0591055a0d8ab5bcb2fdf3...
Committed by Thorsten Böttger
- A spec/models/simple_example.rb
- A spec/models/state_machine_with_failed_event.rb
- R spec/models/payment.rb
- R spec/models/simple_state_machine.rb
- M spec/unit/event_naming_spec.rb
- M spec/unit/simple_example_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.