Sha256: 3448b1793138a1126d412a70e45b7a0eba51cfdcb766be3c0afc8a98642a80d9
Contents?: true
Size: 383 Bytes
Versions: 25
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true 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
25 entries across 25 versions & 1 rubygems