Changeset [454f38e184d5ddcc9e6166dad6dc1211c5447252] by Thorsten Böttger
July 20th, 2015 @ 04:55 AM
add basic examples with two state machines
https://github.com/aasm/aasm/commit/454f38e184d5ddcc9e6166dad6dc121...
Committed by Thorsten Böttger
- A spec/models/active_record/basic_active_record_two_state_machines_example.rb
- A spec/models/basic_two_state_machines_example.rb
- A spec/unit/basic_two_state_machines_example_spec.rb
- M spec/database.rb
- M spec/unit/complex_multiple_example_spec.rb
- M spec/unit/persistence/active_record_persistence_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.