app/models/concerns/hyrax/file_set/querying.rb in hyrax-3.0.0.pre.rc1 vs app/models/concerns/hyrax/file_set/querying.rb in hyrax-3.0.0.pre.rc2
- old
+ new
@@ -1,6 +1,7 @@
+# frozen_string_literal: true
module Hyrax
- module FileSet
+ class FileSet
module Querying
extend ActiveSupport::Concern
module ClassMethods
def where_digest_is(digest_string)