Method: Formotion::Form#reset

Defined in:
lib/formotion/form/form.rb

#resetObject



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