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.9.6 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.5 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.4 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.9.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.8.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.7.2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.7.1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.7.0 app/helpers/hyrax/embargo_helper.rb
hyrax-2.6.0 app/helpers/hyrax/embargo_helper.rb
hyrax-3.0.0.pre.rc1 app/helpers/hyrax/embargo_helper.rb
hyrax-3.0.0.pre.beta3 app/helpers/hyrax/embargo_helper.rb
hyrax-2.5.1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.5.0 app/helpers/hyrax/embargo_helper.rb
hyrax-3.0.0.pre.beta2 app/helpers/hyrax/embargo_helper.rb
hyrax-2.4.1 app/helpers/hyrax/embargo_helper.rb
hyrax-3.0.0.pre.beta1 app/helpers/hyrax/embargo_helper.rb
hyrax-2.4.0 app/helpers/hyrax/embargo_helper.rb