We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
section_type
# happens in the rake task # CollectionCard.joins(:item).where(section_type: nil).merge(Item::QuestionItem.where.not(question_type: :question_finish)).update_all(section_type: 'ideas') # CollectionCard.joins(:item).where(section_type: nil).merge(Item::QuestionItem.where(question_type: :question_finish)).update_all(section_type: 'outro')
run the rake task:
heroku run rake old_test_collections:migrate