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 33 33: def from_name 34: @from_state.name 35: end