Sha256: 904c455cf9b82f00dc18713c2b20bbc82ca89ada562616652857a22a00b607d3
Contents?: true
Size: 309 Bytes
Versions: 28
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true # 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
28 entries across 28 versions & 1 rubygems