tales of failure and woe

 

from twitter  

 

automatically calling acts_as_state_machine events on update

Tuesday, March 6th, 2007

I have used acts_as_state_machine in a few client projects and have recently run across a need on a couple of them to allow RESTful updates to change states, easy enough except I want to be able to call the appropriate events and make the proper transitions if they are possible. So I came up [...]