Changeset [ad15fea0b5fce46cb88c6f07af0f51182313e950] by HoyaBoya
February 5th, 2016 @ 03:32 PM
Make it easier to monkey patch into AASM
docs
https://github.com/aasm/aasm/commit/ad15fea0b5fce46cb88c6f07af0f511...
Committed by HoyaBoya
- A spec/models/simple_custom_example.rb
- A spec/unit/simple_custom_example_spec.rb
- M README.md
- M lib/aasm/aasm.rb
- M lib/aasm/base.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.