Class: Extractor

Inherits:
Role::ProjectRole show all
Defined in:
app/models/extractor.rb

Class Method Summary collapse

Methods inherited from Role::ProjectRole

#set_project_if_possible

Methods included from Housekeeping

#has_polymorphic_relationship?

Class Method Details

.human_nameObject

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