omghax / acts_as_state_machine

Fork of acts_as_state_machine plugin for Rails

This URL has Read+Write access

acts_as_state_machine / CHANGELOG
100644 14 lines (10 sloc) 0.293 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* trunk *
  break with true value [Kaspar Schiess]
 
* 2.1 *
  After actions [Saimon Moore]
 
* 2.0 * (2006-01-20 15:26:28 -0500)
  Enter / Exit actions
  Transition guards
  Guards and actions can be a symbol pointing to a method or a Proc
 
* 1.0 * (2006-01-15 12:16:55 -0500)
Initial Release