Skip to content

Commit

Permalink
Merge pull request #47 from djpillen/master
Browse files Browse the repository at this point in the history
remove classification
  • Loading branch information
Dallas authored Jun 19, 2017
2 parents e7e2013 + 3ef5263 commit a4caabc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/model/bhl_ead_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4caabc

Please sign in to comment.