public
Fork of rubyist/aasm
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm
Clone URL: git://github.com/eric/aasm.git
aasm / TODO
100644 10 lines (6 sloc) 0.273 kb
1
2
3
4
5
6
7
8
9
10
Before Next Release:
 
* Add #aasm_next_state_for_event
* Add #aasm_next_states_for_event
 
Cool ideas from users:
 
* Support multiple state machines on one object (Chris Nelson)
* http://justbarebones.blogspot.com/2007/11/actsasstatemachine-enhancements.html (Chetan Patil)