Sha256: b11d5715d26afcf9f708570c04ab025e072bac59b644f55bd993beaf3e089d27

Contents?: true

Size: 492 Bytes

Versions: 7

Compression:

Stored size: 492 Bytes

Contents

module My
  class CollectionsController < MyController
    def search_builder_class
      Sufia::MyCollectionsSearchBuilder
    end

    def index
      super
      @selected_tab = 'collections'
    end

    protected

      def search_action_url(*args)
        sufia.dashboard_collections_url(*args)
      end

      # The url of the "more" link for additional facet values
      def search_facet_path(args = {})
        sufia.dashboard_collections_facet_path(args[:id])
      end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sufia-7.4.1 app/controllers/my/collections_controller.rb
sufia-7.4.0 app/controllers/my/collections_controller.rb
sufia-7.3.1 app/controllers/my/collections_controller.rb
sufia-7.3.0 app/controllers/my/collections_controller.rb
sufia-7.3.0.rc3 app/controllers/my/collections_controller.rb
sufia-7.3.0.rc2 app/controllers/my/collections_controller.rb
sufia-7.3.0.rc1 app/controllers/my/collections_controller.rb