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

Version Path
worthwhile-0.1.2 app/helpers/worthwhile/embargo_helper.rb
worthwhile-0.1.1 app/helpers/worthwhile/embargo_helper.rb
worthwhile-0.1.0 app/helpers/worthwhile/embargo_helper.rb
worthwhile-0.0.3 app/helpers/worthwhile/embargo_helper.rb
worthwhile-0.0.2 app/helpers/worthwhile/embargo_helper.rb
worthwhile-0.0.1 app/helpers/worthwhile/embargo_helper.rb