Method: AASM::StateMachine#initial_state

Defined in:
lib/aasm/state_machine.rb

#initial_stateObject

the following four methods provide the storage of all state machines



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

def initial_state
  @initial_state
end