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