Sha256: 977c81c2ccef487d89c0170cc7a299d02f90c5e4cb4cc0a4c3522a3bffcabfa6

Contents?: true

Size: 321 Bytes

Versions: 9

Compression:

Stored size: 321 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
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sufia-7.2.0 app/controllers/my/collections_controller.rb
sufia-7.1.0 app/controllers/my/collections_controller.rb
sufia-7.0.0 app/controllers/my/collections_controller.rb
sufia-7.0.0.rc2 app/controllers/my/collections_controller.rb
sufia-7.0.0.rc1 app/controllers/my/collections_controller.rb
sufia-7.0.0.beta4 app/controllers/my/collections_controller.rb
sufia-7.0.0.beta3 app/controllers/my/collections_controller.rb
sufia-7.0.0.beta2 app/controllers/my/collections_controller.rb
sufia-7.0.0.beta1 app/controllers/my/collections_controller.rb