lib/state_machine.rb in state_machine-0.9.0 vs lib/state_machine.rb in state_machine-0.9.1

- old
+ new

@@ -293,11 +293,11 @@ # # == Defining callbacks # # Within the +state_machine+ block, you can also define callbacks for # transitions. For more information about defining these callbacks, - # see StateMachine::Machine#before_transition and - # StateMachine::Machine#after_transition. + # see StateMachine::Machine#before_transition, StateMachine::Machine#after_transition, + # and StateMachine::Machine#around_transition. # # == Namespaces # # When a namespace is configured for a state machine, the name provided # will be used in generating the instance methods for interacting with