CLOSER-Cohorts/archivist

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

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.array!(@collection) do |response_unit|
  json.extract! response_unit, :id, :label
end