Sha256: a80fd6be5a8631d37030743e21859313de89b6b87b974c0759f6c8f06969b7cc

Contents?: true

Size: 395 Bytes

Versions: 4

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

module Hyrax
  ##
  # @deprecated use +Hyrax::Indexers::AdministrativeSetIndexer+ instead
  class AdministrativeSetIndexer < Hyrax::Indexers::AdministrativeSetIndexer
    def initialize(*args, **kwargs)
      Deprecation.warn "`Hyrax::AdministrativeSetIndexer` is deprecated. Use `Hyrax::Indexers::AdministrativeSetIndexer` instead."
      super
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/indexers/hyrax/administrative_set_indexer.rb
hyrax-5.0.1 app/indexers/hyrax/administrative_set_indexer.rb
hyrax-5.0.0 app/indexers/hyrax/administrative_set_indexer.rb
hyrax-5.0.0.rc3 app/indexers/hyrax/administrative_set_indexer.rb