Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix-1.5.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Lown committed Aug 27, 2019
2 parents a7735e0 + 99b4c65 commit adeb944
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/models/concerns/solr_document_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ module SolrDocumentBehavior
send(:include, SmsFieldMapping)
send(:include, Syndetics)
end

def rubenstein_record?
holdings.key?('SCL')
end
end
8 changes: 4 additions & 4 deletions app/models/solr_document.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

# IMPORTANT: Do not put methods here that are also needed
# in the TRLN Scope. Shared SolrDocument methods
# should go in:
# app/models/concerns/solr_document_behavior.rb.
class SolrDocument
include SolrDocumentBehavior

def rubenstein_record?
holdings.key?('SCL')
end
end
2 changes: 1 addition & 1 deletion lib/dul_argon_skin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DulArgonSkin
VERSION = '1.5.4'
VERSION = '1.5.5'
end

0 comments on commit adeb944

Please sign in to comment.