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