Sha256: 67ddbd1d303cb58a414ea6c563bb23440b4a14af5d9b3c4d74e173fe17c9869c

Contents?: true

Size: 537 Bytes

Versions: 48

Compression:

Stored size: 537 Bytes

Contents

module Hyrax
  module My
    class SharesController < MyController
      # Override of Blacklight::RequestBuilders
      def search_builder_class
        Hyrax::My::SharesSearchBuilder
      end

      def index
        super
      end

      private

        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

48 entries across 48 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.5 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.4 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.3 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.2 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.1 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.9.0 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.8.0 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.7.2 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.7.1 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.7.0 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.6.0 app/controllers/hyrax/my/shares_controller.rb
hyrax-3.0.0.pre.rc1 app/controllers/hyrax/my/shares_controller.rb
hyrax-3.0.0.pre.beta3 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.5.1 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.5.0 app/controllers/hyrax/my/shares_controller.rb
hyrax-3.0.0.pre.beta2 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.4.1 app/controllers/hyrax/my/shares_controller.rb
hyrax-3.0.0.pre.beta1 app/controllers/hyrax/my/shares_controller.rb
hyrax-2.4.0 app/controllers/hyrax/my/shares_controller.rb