public
Description: Fork of acts_as_state_machine plugin for Rails
Homepage:
Clone URL: git://github.com/omghax/acts_as_state_machine.git
100644 12 lines (7 sloc) 0.357 kb
1
2
3
4
5
6
7
8
9
10
11
12
* Currently invalid events are ignored, create an option so that they can be
  ignored or raise an exception.
 
* Query for a list of possible next states.
 
* Make listing states optional since they can be inferred from the events.
  Only required to list a state if you want to define a transition block for it.
 
* Real transition actions
 
* Default states