Sha256: 3c11d5108c3566bac27327faed311a2a19c734b9d8313755fa76673d0fac4e52

Contents?: true

Size: 528 Bytes

Versions: 21

Compression:

Stored size: 528 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
        #{config.root}/app/models/datastreams
      )
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hydra-collections-5.0.1 lib/hydra-collections.rb
hydra-collections-5.0.0 lib/hydra-collections.rb
hydra-collections-4.0.0 lib/hydra-collections.rb
hydra-collections-4.0.0.rc3 lib/hydra-collections.rb
hydra-collections-4.0.0.rc2 lib/hydra-collections.rb
hydra-collections-4.0.0.rc1 lib/hydra-collections.rb
hydra-collections-4.0.0.beta4 lib/hydra-collections.rb
hydra-collections-4.0.0.beta3 lib/hydra-collections.rb
hydra-collections-4.0.0.beta2 lib/hydra-collections.rb
hydra-collections-4.0.0.beta1 lib/hydra-collections.rb
hydra-collections-3.0.0.beta3 lib/hydra-collections.rb
hydra-collections-3.0.0.beta2 lib/hydra-collections.rb
hydra-collections-3.0.0.beta1 lib/hydra-collections.rb
hydra-collections-2.0.5 lib/hydra-collections.rb
hydra-collections-2.0.4 lib/hydra-collections.rb
hydra-collections-2.0.3 lib/hydra-collections.rb
hydra-collections-2.0.2 lib/hydra-collections.rb
hydra-collections-2.0.1 lib/hydra-collections.rb
hydra-collections-2.0.0 lib/hydra-collections.rb
hydra-collections-1.3.2 lib/hydra-collections.rb