Browse Source

actually load forms when toggling between forms

remotes/origin/bulk-upload-errors-integration
Phil Lee 3 years ago
parent
commit
4e86f4e6f0
  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