SpeciesFileGroup/taxonworks

View on GitHub
app/views/extracts/select_options.json.jbuilder

Summary

Maintainability
Test Coverage
@extracts.each_key do |group|
  json.set!(group) do
    json.array! @extracts[group] do |k|
      json.partial! '/extracts/attributes', extract: k
    end
  end
end