Module: Hyrax::My::SearchBuilderBehavior
- Extended by:
- ActiveSupport::Concern
- Included in:
- HighlightsSearchBuilder, SearchBuilder, SharesSearchBuilder
- 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
9 10 11 |
# File 'app/search_builders/hyrax/my/search_builder_behavior.rb', line 9 def ["edit"] end |