Class: AccessionProvider

Inherits:
Role::ProjectRole show all
Defined in:
app/models/accession_provider.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 :taxon_determinations has_many :determined_otus, through: :taxon_determinations, source: :otu has_many :determined_objects, through: :taxon_determinations, source: :taxon_determination_object

has_many :collection_objects



9
10
11
# File 'app/models/accession_provider.rb', line 9

def self.human_name
  'Accession provider'
end