Rubocop autocorrections
This commit is contained in:
parent
299738f58d
commit
43bef689fc
85 changed files with 622 additions and 578 deletions
|
|
@ -58,9 +58,9 @@ class AddRequireHandicappedAccessToQuestions < ActiveRecord::Migration
|
|||
answer_no = TempAnswer.find_or_create_by!(title: 'No')
|
||||
|
||||
# Find existing question or initialize it
|
||||
q = TempQuestion.find_or_initialize_by(title: 'Do you need handicapped access?',
|
||||
q = TempQuestion.find_or_initialize_by(title: 'Do you need handicapped access?',
|
||||
question_type_id: qtype.id,
|
||||
global: true)
|
||||
global: true)
|
||||
# Save question
|
||||
q.save!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue