Changeset [81304b0c5441b1589d64957c8d42c929c5fcaa24] by Vladimir Meremyanin
March 6th, 2013 @ 06:02 AM
fixed consistency: call transitions callbacks in context of
record; added dsl declarations support to
transitions
https://github.com/aasm/aasm/commit/81304b0c5441b1589d64957c8d42c92...
Committed by Vladimir Meremyanin
- M README.md
- M lib/aasm/transition.rb
- M spec/models/parametrised_event.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.