diff --git a/backend/model/bhl_ead_converter.rb b/backend/model/bhl_ead_converter.rb index 4a5530f..c7a2e8c 100644 --- a/backend/model/bhl_ead_converter.rb +++ b/backend/model/bhl_ead_converter.rb @@ -116,9 +116,9 @@ def self.configure # In ArchivesSpace, we will be using Classifications to distinguish between the two # This modification will link the resource being created to the appropriate Classification in ArchivesSpace - with 'classification' do - set :classifications, {'ref' => att('ref')} - end + #with 'classification' do + #set :classifications, {'ref' => att('ref')} + #end # END CLASSIFICATION CUSTOMIZATIONS