Skip to content

Commit

Permalink
Merge pull request #117 from sul-dlss/update_marc
Browse files Browse the repository at this point in the history
Update to our modified 3.6 version
  • Loading branch information
jmartin-sul committed Jun 12, 2018
2 parents d63c189 + 13d4c0e commit 8d68c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/marcxml_resource.rb
@@ -1,6 +1,6 @@
# MARC resource model for retrieving and transforming MARC records
class MarcxmlResource
MARC_TO_MODS_XSLT = Nokogiri::XSLT(File.read(File.join(Rails.root, 'app', 'xslt', 'MARC21slim2MODS3-4.xsl')))
MARC_TO_MODS_XSLT = Nokogiri::XSLT(File.read(File.join(Rails.root, 'app', 'xslt', 'MARC21slim2MODS3-6_SDR.xsl')))

def self.find_by(catkey: nil, barcode: nil)
if catkey
Expand Down

0 comments on commit 8d68c0f

Please sign in to comment.