Changeset [7aea91a2fd367282fc8f090e8c063cd5804944ec] by Thorsten Böttger
February 9th, 2016 @ 03:09 AM
Merge pull request #316 from mlr/after_transition_class
Add option to use Class that responds to call for after
transitions
https://github.com/aasm/aasm/commit/7aea91a2fd367282fc8f090e8c063cd...
Committed by Thorsten Böttger
- M README.md
- M lib/aasm/core/transition.rb
- M spec/unit/transition_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.