Sha256: b39dc3086c3e612f155ecd5009832b04036ac65082c906a5c4b7302f3063101c
Contents?: true
Size: 342 Bytes
Versions: 7
Compression:
Stored size: 342 Bytes
Contents
# Added to allow for the My controller to show only things I have edit access to class Sufia::MyWorksSearchBuilder < Sufia::SearchBuilder include Sufia::MySearchBuilderBehavior include CurationConcerns::FilterByType self.default_processor_chain += [:show_only_resources_deposited_by_current_user] def only_works? true end end
Version data entries
7 entries across 7 versions & 1 rubygems