public
Description: git mirror of acts_as_state_machine
Homepage: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/
Clone URL: git://github.com/freels/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