Sha256: a554f1304f3ab5598fb5c666fbbe0a459bba2cec877c63eeed35e56411b1183e
Contents?: true
Size: 554 Bytes
Versions: 4
Compression:
Stored size: 554 Bytes
Contents
require "blacklight/marc/version" require 'blacklight' module Blacklight module Marc Blacklight::Solr::Document.autoload :Marc, 'blacklight/solr/document/marc' Blacklight::Solr::Document.autoload :MarcExport, 'blacklight/solr/document/marc_export' require 'blacklight/marc/engine' require 'blacklight/marc/railtie' autoload :Routes, 'blacklight/marc/routes' autoload :Catalog, 'blacklight/marc/catalog' def self.add_routes(router, options = {}) Blacklight::Marc::Routes.new(router, options).draw end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
blacklight-marc-5.10.0 | lib/blacklight/marc.rb |
blacklight-marc-5.5.0 | lib/blacklight/marc.rb |
blacklight-marc-5.4.0 | lib/blacklight/marc.rb |
blacklight-marc-5.0.0 | lib/blacklight/marc.rb |