Sha256: b4aa49bdedeafce8d75049e313d5a0a64e4dcae6da95a68d939ee1d118258343
Contents?: true
Size: 279 Bytes
Versions: 58
Compression:
Stored size: 279 Bytes
Contents
# Added to allow for the My controller to show only things I have edit access to class Hyrax::HomepageSearchBuilder < Hyrax::SearchBuilder include Hyrax::FilterByType self.default_processor_chain += [:add_access_controls_to_solr_params] def only_works? true end end
Version data entries
58 entries across 58 versions & 2 rubygems