Changeset [5981d23f0b5980715fee48ef626b8e6bca0b7939] by Thorsten Böttger
November 26th, 2011 @ 02:34 PM
moved exception handling into base class (away from
event-fire
https://github.com/rubyist/aasm/commit/5981d23f0b5980715fee48ef626b...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/supporting_classes/event.rb
- M spec/unit/aasm_spec.rb
- M spec/unit/event_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.