app/services/blacklight/document_factory.rb in blacklight-7.0.0.rc1 vs app/services/blacklight/document_factory.rb in blacklight-7.0.0.rc2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Blacklight
class DocumentFactory
def self.build(data, response, options)
document_model(data, options).new(data, response)
end