Sha256: 87ac60efef844a57d78917e91f2a9d7ecb0602aaf94a93e1d5ae6478fbf9d6b3

Contents?: true

Size: 517 Bytes

Versions: 10

Compression:

Stored size: 517 Bytes

Contents

module Hyrax
  module My
    class WorksController < MyController
      def search_builder_class
        Hyrax::MyWorksSearchBuilder
      end

      def index
        super
        @selected_tab = 'works'
      end

      protected

        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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/controllers/hyrax/my/works_controller.rb
hyrax-1.1.0 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.5 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.4 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.3 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.2 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.1 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.0.rc2 app/controllers/hyrax/my/works_controller.rb
hyrax-1.0.0.rc1 app/controllers/hyrax/my/works_controller.rb
test_hyrax-0.0.1.alpha app/controllers/hyrax/my/works_controller.rb