Method: StateMachines::Transition#human_to_name
- Defined in:
- lib/state_machines/transition.rb
#human_to_name ⇒ Object
The new human-readable state name after the transition
103 104 105 |
# File 'lib/state_machines/transition.rb', line 103 def human_to_name @to_state.human_name(@object.class) end |