Sha256: 6d96a0617083dedc18287588afea7ba7d5d9d9dd1d98816fab2cb644695591e4

Contents?: true

Size: 187 Bytes

Versions: 10

Compression:

Stored size: 187 Bytes

Contents

module Hyrax
  class SingleAdminSetSearchBuilder < Hyrax::AdminSetSearchBuilder
    include Hyrax::SingleResult

    def initialize(context)
      super(context, :read)
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.1.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.5 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.4 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.3 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.0.rc2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-1.0.0.rc1 app/search_builders/hyrax/single_admin_set_search_builder.rb
test_hyrax-0.0.1.alpha app/search_builders/hyrax/single_admin_set_search_builder.rb