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

Defined Under Namespace

Classes: Engine, Routes

Constant Summary collapse

VERSION =
"2.1.0".freeze

Class Method Summary collapse

Class Method Details

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



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

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