Sha256: 14683c3d4e1e4e9cbaa91cb3adf39a3afd90607bb42bc07142d24b5be4463bcb

Contents?: true

Size: 429 Bytes

Versions: 58

Compression:

Stored size: 429 Bytes

Contents

module Hyrax
  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

58 entries across 58 versions & 2 rubygems

Version Path
hyrax-2.3.3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.3.2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.3.1 app/helpers/hyrax/embargo_helper.rb
hyrax-1.1.1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.3.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.0.3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.2.4 app/helpers/hyrax/embargo_helper.rb
hyrax-2.2.3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.2.2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.2.1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.2.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.rc4 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.rc3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.rc2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.rc1 app/helpers/hyrax/embargo_helper.rb
hyrax-1.1.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.beta2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.0.2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.1.0.beta1 app/helpers/hyrax/embargo_helper.rb