Method: AASM::StateMachine#global_callbacks

Defined in:
lib/aasm/state_machine.rb

#global_callbacksObject

the following four methods provide the storage of all state machines



5
6
7
# File 'lib/aasm/state_machine.rb', line 5

def global_callbacks
  @global_callbacks
end