Class: DatasetRecord::DarwinCore::Occurrence::ImportProtonym::MatchExisting
- Inherits:
-
ImportProtonym
- Object
- ImportProtonym
- DatasetRecord::DarwinCore::Occurrence::ImportProtonym::MatchExisting
- Defined in:
- app/models/dataset_record/darwin_core/occurrence.rb
Instance Method Summary collapse
Instance Method Details
#exception_args(origins, parent, name, protonym) ⇒ Object
211 212 213 214 215 216 |
# File 'app/models/dataset_record/darwin_core/occurrence.rb', line 211 def exception_args(origins, parent, name, protonym) { origins[name.object_id] => ["Protonym #{name[:name]} not found with that name and/or classification. Importing new names is disabled by import settings."] } end |