Sha256: 9b79b3e59597112a1cb697b37cac84171f819e86aa89ef82bbd404bf8ba56fd3
Contents?: true
Size: 518 Bytes
Versions: 5
Compression:
Stored size: 518 Bytes
Contents
require "blacklight_marc/version" require 'blacklight' module BlacklightMarc 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 = {}) BlacklightMarc::Routes.new(router, options).draw end end
Version data entries
5 entries across 5 versions & 1 rubygems