Sha256: 9ad38da9be946b12c5857d22781a9c0a035dccb7865a0a3c7090b22a9a5a4d1d

Contents?: true

Size: 368 Bytes

Versions: 5

Compression:

Stored size: 368 Bytes

Contents

require 'hydra/controller/catalog_controller_behavior'
require 'deprecation'
module Hydra::Catalog
  extend ActiveSupport::Concern
  extend Deprecation

  included do
    Deprecation.warn(Hydra::Catalog, "Hydra::Catalog is deprecated and is replaced by Hydra::Controller::CatalogControllerBehavior.")
    include Hydra::Controller::CatalogControllerBehavior
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
hydra-head-4.1.3 lib/hydra/catalog.rb
hydra-head-4.1.2 lib/hydra/catalog.rb
hydra-core-5.0.0.pre1 lib/hydra/catalog.rb
hydra-head-4.1.1 lib/hydra/catalog.rb
hydra-head-4.1.0 lib/hydra/catalog.rb