Sha256: 7835a5337ff4908be1c4526f76885d7b7f2f7488c6296f422f9fdc60bfd43e9c
Contents?: true
Size: 439 Bytes
Versions: 48
Compression:
Stored size: 439 Bytes
Contents
# Behavior for the my controller search builder to allow the my controller to only get access to # items I have edit access to. # # Separating as a behavior allows for easier overriding of the gem behavior. module Hyrax::My::SearchBuilderBehavior extend ActiveSupport::Concern # show only files with edit permissions in lib/hydra/access_controls_enforcement.rb apply_gated_discovery def discovery_permissions ["edit"] end end
Version data entries
48 entries across 48 versions & 1 rubygems