SpeciesFileGroup/taxonworks

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

Summary

Maintainability
Test Coverage
json.array!(@confidences) do |confidence|
  json.partial! '/confidences/attributes', confidence: confidence
end