Changeset [69fefde624863c7dca26da48ff71daf10583ea23] by Vladimir Meremyanin
March 26th, 2013 @ 12:56 AM
renamed on_transition callback to after
https://github.com/aasm/aasm/commit/69fefde624863c7dca26da48ff71daf...
Committed by Vladimir Meremyanin
- M README.md
- M lib/aasm/transition.rb
- M spec/models/parametrised_event.rb
- M spec/unit/event_spec.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.