Sha256: 2482d63f70ae35bf745294ea50b3e966078fb5fd95b9e619e5df2c18a855bcfb

Contents?: true

Size: 467 Bytes

Versions: 7

Compression:

Stored size: 467 Bytes

Contents

module My
  class SharesController < MyController
    def search_builder_class
      Sufia::MySharesSearchBuilder
    end

    def index
      super
      @selected_tab = 'shared'
    end

    protected

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

      # The url of the "more" link for additional facet values
      def search_facet_path(args = {})
        sufia.dashboard_shares_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/shares_controller.rb
sufia-7.4.0 app/controllers/my/shares_controller.rb
sufia-7.3.1 app/controllers/my/shares_controller.rb
sufia-7.3.0 app/controllers/my/shares_controller.rb
sufia-7.3.0.rc3 app/controllers/my/shares_controller.rb
sufia-7.3.0.rc2 app/controllers/my/shares_controller.rb
sufia-7.3.0.rc1 app/controllers/my/shares_controller.rb