SpeciesFileGroup/taxonworks

View on GitHub
app/views/notes/api/v1/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array!(@notes) do |note|
  json.partial! '/notes/api/v1/attributes', note: note
end