Sha256: 2f9c42754fd967b1a4187ab2f1c0cb89734e06ad16c114cecbb762eff75b8e99
Contents?: true
Size: 436 Bytes
Versions: 6
Compression:
Stored size: 436 Bytes
Contents
module Worthwhile module EmbargoHelper def assets_with_expired_embargoes @assets_with_expired_embargoes ||= EmbargoService.assets_with_expired_embargoes end def assets_under_embargo @assets_under_embargo ||= EmbargoService.assets_under_embargo end def assets_with_deactivated_embargoes @assets_with_deactivated_embargoes ||= EmbargoService.assets_with_deactivated_embargoes end end end
Version data entries
6 entries across 6 versions & 1 rubygems