CLOSER-Cohorts/archivist

View on GitHub
app/views/cc_questions/tq.json.jbuilder

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.array!(@collection) do |qc|
  json.question qc.name
  json.topic = qc.fully_resolved_topic_code
end