Class: OtuRelationship::Intersecting
- Inherits:
-
OtuRelationship
- Object
- ActiveRecord::Base
- ApplicationRecord
- OtuRelationship
- OtuRelationship::Intersecting
- Defined in:
- app/models/otu_relationship/intersecting.rb
Instance Attribute Summary
Attributes inherited from OtuRelationship
Instance Method Summary collapse
Methods included from Shared::IsData
#errors_excepting, #full_error_messages_excepting, #identical, #is_community?, #is_destroyable?, #is_editable?, #is_in_use?, #is_in_users_projects?, #metamorphosize, #similar
Methods included from Shared::Confidences
Methods included from Shared::Tags
#reject_tags, #tag_with, #tagged?, #tagged_with?
Methods included from Shared::Notes
#concatenated_notes_string, #reject_notes
Methods included from Shared::Citations
#cited?, #mark_citations_for_destruction, #nomenclature_date, #origin_citation_source_id, #reject_citations, #requires_citation?, #sources_by_topic_id
Methods included from Housekeeping
#has_polymorphic_relationship?
Methods inherited from ApplicationRecord
Instance Method Details
#type_name ⇒ Object
3 4 5 |
# File 'app/models/otu_relationship/intersecting.rb', line 3 def type_name 'intersecting' end |