Sha256: 3d38da30ec84ce4c020725c91977eb5dae1af572c001560ba3cab1e5fc23a2ef
Contents?: true
Size: 522 Bytes
Versions: 10
Compression:
Stored size: 522 Bytes
Contents
module Hyrax module My class SharesController < MyController def search_builder_class Hyrax::MySharesSearchBuilder end def index super @selected_tab = 'shared' end protected def search_action_url(*args) hyrax.dashboard_shares_url(*args) end # The url of the "more" link for additional facet values def search_facet_path(args = {}) hyrax.dashboard_shares_facet_path(args[:id]) end end end end
Version data entries
10 entries across 10 versions & 2 rubygems