app/models/concerns/blacklight/document.rb in blacklight-6.18.0 vs app/models/concerns/blacklight/document.rb in blacklight-6.19.0
- old
+ new
@@ -1,6 +1,8 @@
# frozen_string_literal: true
-##
+
+require 'globalid'
+
##
# = Introduction
# Blacklight::Document is the module with logic for a class representing
# an individual document returned from Solr results. It can be added in to any
# local class you want, but in default Blacklight a SolrDocument class is