Method: Formotion::Form#reset
- Defined in:
- lib/formotion/form/form.rb
#reset ⇒ Object
310 311 312 313 |
# File 'lib/formotion/form/form.rb', line 310 def reset App::Persistence[persist_key] = App::Persistence[original_persist_key] open end |