Changeset [7bc5180c5d7b051d34186a1343373b533e0433ca] by Thorsten Böttger
October 19th, 2012 @ 03:19 AM
Merge pull request #4 from stacksocial/master
Allow transitions without from, which will allow transitioning
from ANY state
https://github.com/aasm/aasm/commit/7bc5180c5d7b051d34186a1343373b5...
Committed by Thorsten Böttger
- M README.md
- M lib/aasm/supporting_classes/event.rb
- M spec/models/silencer.rb
- M spec/unit/state_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.