SpeciesFileGroup/taxonworks

View on GitHub
app/models/otu_relationship/proper_part_inverse.rb

Summary

Maintainability
A
0 mins
Test Coverage
class OtuRelationship::ProperPartInverse < OtuRelationship 

  def type_name
    'includes'
  end

end