SpeciesFileGroup/taxonworks

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

Summary

Maintainability
Test Coverage
json.array!(@observation_matrix_rows) do |observation_matrix_row|
  json.partial! 'attributes', observation_matrix_row: observation_matrix_row
end