Module: Hydra::BatchEdit

Extended by:
ActiveSupport::Autoload
Defined in:
lib/hydra/batch_edit.rb,
lib/hydra/batch_edit/routes.rb,
lib/hydra/batch_edit/version.rb,
lib/hydra/batch_edit/search_service.rb

Defined Under Namespace

Classes: Engine, Routes, SearchService

Constant Summary collapse

VERSION =
"1.1.1"

Class Method Summary collapse

Class Method Details

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



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

def self.add_routes(router, options = {})
   Routes.new(router, options).draw
end