Sha256: 605605385a32a99355c975a2d44106432f8013fdb6a2a27f784317139ef1355e

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

# Added to allow for the My controller to show only things I have edit access to
class Sufia::MyCollectionsSearchBuilder < Sufia::SearchBuilder
  include Sufia::MySearchBuilderBehavior

  self.default_processor_chain += [
    :show_only_resources_deposited_by_current_user,
    :show_only_collections
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sufia-7.0.0.beta1 app/search_builders/sufia/my_collections_search_builder.rb