method
current_state_variable
v2.2.1 -
Show latest stable
- Class:
ActiveModel::StateMachine::Machine
current_state_variable()public
No documentation available.
# File activemodel/lib/active_model/state_machine/machine.rb, line 52
def current_state_variable
"@#{@name}_current_state"
end