Changeset [ed04f258ba90048bea56b02a0a514a6a52ba7329] by Yannick Rekinger
March 18th, 2016 @ 10:43 AM
Updating README.
Renaming AASM::StateMachine "inherit" class method to the safer
"copy_over".
https://github.com/aasm/aasm/commit/ed04f258ba90048bea56b02a0a514a6...
Committed by Yannick Rekinger
- M README.md
- M lib/aasm/aasm.rb
- M lib/aasm/state_machine.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.