aasm_event_fired(from, to) - called when an event is fired successfully
aasm_event_failed(event) - called when an event fails
These could be used to implement transition logging [Artem Vasiliev] or
setting a timestamp column [Mike Ferrier] as well as other pieces of love and magic.