Changeset [0e350c01cae911330a35b84af8058d966a24c7d0] by Thorsten Böttger
March 19th, 2016 @ 04:22 AM
Merge branch 'add_states_on_one_line' of https://github.com/HParker/aasm into HParker-add_states_on_one_line
Conflicts:
lib/aasm/base.rb
https://github.com/aasm/aasm/commit/0e350c01cae911330a35b84af8058d9...
Committed by Thorsten Böttger
- A spec/models/states_on_one_line_example.rb
- A spec/unit/states_on_one_line_example_spec.rb
- M README.md
- M lib/aasm/base.rb
- M spec/unit/readme_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.