Class: Extractor
- Inherits:
-
Role::ProjectRole
- Object
- Role
- Role::ProjectRole
- Extractor
- Defined in:
- app/models/extractor.rb
Class Method Summary collapse
-
.human_name ⇒ Object
has_many :determined_otus, through: :taxon_determinations, source: :otu has_many :determined_biological_collection_objects, through: :taxon_determinations, source: :taxon_determination_object.
Methods inherited from Role::ProjectRole
Methods included from Housekeeping
#has_polymorphic_relationship?
Class Method Details
.human_name ⇒ Object
has_many :determined_otus, through: :taxon_determinations, source: :otu has_many :determined_biological_collection_objects, through: :taxon_determinations, source: :taxon_determination_object
7 8 9 |
# File 'app/models/extractor.rb', line 7 def self.human_name 'Extractor' end |