SpeciesFileGroup/taxonworks

View on GitHub
app/models/biological_property.rb

Summary

Maintainability
A
0 mins
Test Coverage
# A biological property like "male", "adult", "host", "parasite".
class BiologicalProperty < ControlledVocabularyTerm 
  has_many :biological_relationship_types
  has_many :biological_relationships, through: :biological_relationship_types
end