Module: Hyrax::My::SearchBuilderBehavior
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/search_builders/hyrax/my/search_builder_behavior.rb
Overview
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.
Instance Method Summary collapse
-
#discovery_permissions ⇒ Object
show only files with edit permissions in lib/hydra/access_controls_enforcement.rb apply_gated_discovery.
Instance Method Details
#discovery_permissions ⇒ Object
show only files with edit permissions in lib/hydra/access_controls_enforcement.rb apply_gated_discovery
10 11 12 |
# File 'app/search_builders/hyrax/my/search_builder_behavior.rb', line 10 def ["edit"] end |