Changeset [afa65d8603686a0021275c9a0cd87a85c793d741] by Stefan Wrobel

October 19th, 2012 @ 02:18 AM

Add ability to set up transitions without specifying from - these will allow transitioning from ANY state
https://github.com/aasm/aasm/commit/afa65d8603686a0021275c9a0cd87a8...

Committed by Stefan Wrobel

  • M lib/aasm/supporting_classes/event.rb
  • M spec/models/silencer.rb
  • M spec/unit/state_transition_spec.rb
New-ticket Create new ticket

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.