CLOSER-Cohorts/archivist

View on GitHub
app/views/topics/index.json.jbuilder

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.array!(@collection) do |topic|
  json.extract! topic, :id, :name
  unless topic.level.nil?
    json.level topic.level
  end
end