Sha256: 001f57f8a7e90cd6571d8aaf16d9b1d6be1a018bec9ceb6a0a11273a1d13a17b

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

require "hydra/head"

module Hydra
  module Collections
    extend ActiveSupport::Autoload
    autoload :Version
    autoload :Collectible
    autoload :SearchService
    autoload :AcceptsBatches
    autoload :SelectsCollections
    autoload :SolrDocumentBehavior
    class Engine < ::Rails::Engine
      engine_name "collections"
      config.autoload_paths += %W(
        #{config.root}/app/controllers/concerns
        #{config.root}/app/models/concerns
      )
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-collections-1.3.0 lib/hydra-collections.rb
hydra-collections-1.2.0 lib/hydra-collections.rb
hydra-collections-1.2.0.rc1 lib/hydra-collections.rb
hydra-collections-1.1.0 lib/hydra-collections.rb