Module: ExternalIDs

Included in:
Accession, ArchivalObject, CollectionManagement, DigitalObject, DigitalObjectComponent, Event, Location, Resource, Subject
Defined in:
backend/app/model/mixins/external_ids.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
9
# File 'backend/app/model/mixins/external_ids.rb', line 3

def self.included(base)
  base.one_to_many(:external_id)

  base.def_nested_record(:the_property => :external_ids,
                         :contains_records_of_type => :external_id,
                         :corresponding_to_association  => :external_id)
end