Sha256: 013f66549d7bbf7c08c05721c30f210687621831be51d1cf1cc190d16ecdb52d
Contents?: true
Size: 246 Bytes
Versions: 29
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true module Hyrax class FileSet module Indexing extend ActiveSupport::Concern included do # the default indexing service self.indexer = Hyrax::FileSetIndexer end end end end
Version data entries
29 entries across 29 versions & 1 rubygems