Add missing view for survey question creation

Resolves:

    Failures:

      1) Survey as an organizer create a survey
         Failure/Error: raise ActionController::MissingExactTemplate, message

         ActionController::MissingExactTemplate:
           Admin::SurveyQuestionsController#new is missing a template for request formats: text/html
         # <internal:kernel>:90:in `tap'

    Failed examples:

    rspec ./spec/features/surveys_spec.rb:15 # Survey as an organizer create a survey
This commit is contained in:
Andrew Kvalheim 2022-03-11 11:19:03 -08:00
parent c052516009
commit 58b1440cdd

View file

@ -0,0 +1 @@
= render partial: 'form'