Browse Source

Update app/models/form/question.rb

Co-authored-by: Phil Lee <asmega@users.noreply.github.com>
pull/1440/head
natdeanlewissoftwire 3 years ago committed by GitHub
parent
commit
656d46432f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/form/question.rb

2
app/models/form/question.rb

@ -18,7 +18,7 @@ class Form::Question
@check_answer_label = hsh["check_answer_label"]
@header = hsh["header"]
@guidance_partial = hsh["guidance_partial"]
@guidance_position = hsh["guidance_position"] ||= GuidancePosition::TOP
@guidance_position = hsh["guidance_position"] || GuidancePosition::TOP
@hint_text = hsh["hint_text"]
@type = hsh["type"]
@min = hsh["min"]

Loading…
Cancel
Save