Class | StateMachine::InvalidTransition |
In: |
lib/state_machine/transition.rb
|
Parent: | Error |
An invalid transition was attempted
from | [R] | The current state value for the machine |
machine | [R] | The machine attempting to be transitioned |
The name for the current state
# File lib/state_machine/transition.rb, line 36 36: def from_name 37: @from_state.name 38: end