SpeciesFileGroup/taxonworks

View on GitHub
app/models/identifier/local/otu_utility.rb

Summary

Maintainability
A
0 mins
Test Coverage
# The LocalID that is attached to an Otu for maintainence (typically curatorial) purposes.
#
# For example, an OtuUtility identifier can be used to pull up a specific Otu to generate a
# label.
#
class Identifier::Local::OtuUtility < Identifier::Local
end