Method: ModelState#change_state_to
- Defined in:
- lib/volt/models/model_state.rb
#change_state_to(state) ⇒ Object
13 14 15 |
# File 'lib/volt/models/model_state.rb', line 13 def change_state_to(state) @state = state end |
13 14 15 |
# File 'lib/volt/models/model_state.rb', line 13 def change_state_to(state) @state = state end |