Sha256: 1d8cdaedad31f7bb124e048034822bccf450a3081af22a15f519863feb20c2c3
Contents?: true
Size: 430 Bytes
Versions: 11
Compression:
Stored size: 430 Bytes
Contents
module CurationConcerns # Finds a single work result. It returns no result if you don't have # access to the requested work. If the work is suppressed (due to being in a # workflow), then it checks to see if the current_user has any workflow role # on the given work. class WorkSearchBuilder < ::SearchBuilder include CurationConcerns::SingleResult include CurationConcerns::FilterSuppressedWithRoles end end
Version data entries
11 entries across 11 versions & 1 rubygems