Browse Source

actually load forms when toggling between forms

pull/1148/head
Phil Lee 3 years ago
parent
commit
3afdcc730f
  1. 2
      app/models/form_handler.rb

2
app/models/form_handler.rb

@ -80,10 +80,12 @@ class FormHandler
def use_fake_forms!
@directories = ["spec/fixtures/forms"]
@forms = get_all_forms
end
def use_real_forms!
@directories = ["config/forms"]
@forms = get_all_forms
end
private

Loading…
Cancel
Save