Changeset [e607bd5c9dfddb2b91b4a1d46cffc29b91172ea7] by Thorsten Böttger
May 15th, 2015 @ 06:43 AM
let class names reflect its purpose (in tests)
https://github.com/aasm/aasm/commit/e607bd5c9dfddb2b91b4a1d46cffc29...
Committed by Thorsten Böttger
- A spec/models/complex_example.rb
- A spec/models/valid_state_name.rb
- R spec/models/argument.rb
- R spec/models/auth_machine.rb
- M spec/unit/complex_example_spec.rb
- M spec/unit/inspection_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.