Sha256: c408437ed03b778068f2ebda3662ba3ed17f4f2e36fceec90b532010da539106

Contents?: true

Size: 224 Bytes

Versions: 12

Compression:

Stored size: 224 Bytes

Contents

# Added to allow for the My controller to show only things I have edit access to
class Hyrax::My::CollectionsSearchBuilder < Hyrax::My::SearchBuilder
  include Hyrax::FilterByType

  def only_collections?
    true
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.2 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.1 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.rc3 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.rc2 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.rc1 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.beta5 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.beta4 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.beta3 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.beta2 app/search_builders/hyrax/my/collections_search_builder.rb
hyrax-2.0.0.beta1 app/search_builders/hyrax/my/collections_search_builder.rb