lfzawacki/musical-artifacts

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

Summary

Maintainability
Test Coverage
json.array!(@licenses) do |license|
  json.extract! license, :id, :name, :short_name, :license_type
end