Sha256: 8cd65fe329e89197506e591428df7eb811e7a844f4c64b5e7414ee460747cfb4

Contents?: true

Size: 384 Bytes

Versions: 2

Compression:

Stored size: 384 Bytes

Contents

require "blacklight_marc/version"

module BlacklightMarc
  class Railtie < Rails::Railtie
    rake_tasks do
      load "railties/solr_marc.rake"
    end

    initializer "blacklight MARC" do
      Blacklight::Solr::Document.autoload :Marc, 'blacklight/solr/document/marc'
      Blacklight::Solr::Document.autoload :MarcExport, 'blacklight/solr/document/marc_export'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight_marc-0.0.4 lib/blacklight_marc.rb
blacklight_marc-0.0.3 lib/blacklight_marc.rb