Module: HydraHead

Extended by:
Deprecation
Defined in:
lib/hydra-core.rb,
lib/hydra-head/engine.rb,
lib/hydra-head/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"9.1.0"

Class Method Summary collapse

Class Method Details

.add_routes(router, options = {}) ⇒ Object



7
8
9
# File 'lib/hydra-core.rb', line 7

def self.add_routes(router, options = {})
  Deprecation.warn HydraHead, "add_routes has been removed." # remove this warning in hydra-head 8
end