Module: Blacklight::Marc

Defined in:
lib/blacklight/marc.rb,
lib/blacklight/marc/engine.rb,
lib/blacklight/marc/routes.rb,
lib/blacklight/marc/catalog.rb,
lib/blacklight/marc/version.rb,
lib/generators/blacklight/marc/install_generator.rb

Defined Under Namespace

Modules: Catalog Classes: Engine, Indexer, InstallGenerator, Routes

Constant Summary collapse

VERSION =
'6.1.1'

Class Method Summary collapse

Class Method Details

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



12
13
14
# File 'lib/blacklight/marc.rb', line 12

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