Sha256: 444ce556e34692b73456231de2f47d6e81dd1dce986134c369172ce18733e6c0
Contents?: true
Size: 610 Bytes
Versions: 36
Compression:
Stored size: 610 Bytes
Contents
module Hyrax module Dashboard ## Shows a list of all works to the admins class WorksController < Hyrax::My::WorksController # Search builder for a list of works # Override of Blacklight::RequestBuilders def search_builder_class Hyrax::Dashboard::WorksSearchBuilder end private def search_action_url(*args) hyrax.dashboard_works_url(*args) end # The url of the "more" link for additional facet values def search_facet_path(args = {}) hyrax.dashboard_works_facet_path(args[:id]) end end end end
Version data entries
36 entries across 36 versions & 1 rubygems