Sha256: bc497362fd7eef4c02802771a60c02fb510f850282ea0d487b89f22f466d3cc4

Contents?: true

Size: 353 Bytes

Versions: 48

Compression:

Stored size: 353 Bytes

Contents

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

    # @param [#repository,#blacklight_config,#current_ability] context
    # @param access [Symbol] either :read or :edit access level to filter for
    def initialize(context, access = :read)
      super(context, access)
    end
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.5 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.4 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.3 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.9.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.8.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.7.2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.7.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.7.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.6.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.0.0.pre.rc1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.0.0.pre.beta3 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.5.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.5.0 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.0.0.pre.beta2 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.4.1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-3.0.0.pre.beta1 app/search_builders/hyrax/single_admin_set_search_builder.rb
hyrax-2.4.0 app/search_builders/hyrax/single_admin_set_search_builder.rb