Class: AccessionProvider
- Inherits:
-
Role::ProjectRole
- Object
- Role
- Role::ProjectRole
- AccessionProvider
- Defined in:
- app/models/accession_provider.rb
Class Method Summary collapse
-
.human_name ⇒ Object
has_many :taxon_determinations has_many :determined_otus, through: :taxon_determinations, source: :otu has_many :determined_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 :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 |