Sha256: 0b2395e5bf73803e1657aa69da083df5471036159e8eb45f59201ddfdf9788fd

Contents?: true

Size: 397 Bytes

Versions: 58

Compression:

Stored size: 397 Bytes

Contents

module Hyrax
  module LeaseHelper
    def assets_with_expired_leases
      @assets_with_expired_leases ||= LeaseService.assets_with_expired_leases
    end

    def assets_under_lease
      @assets_under_lease ||= LeaseService.assets_under_lease
    end

    def assets_with_deactivated_leases
      @assets_with_deactivated_leases ||= LeaseService.assets_with_deactivated_leases
    end
  end
end

Version data entries

58 entries across 58 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.5 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.4 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.3 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.2 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.1 app/helpers/hyrax/lease_helper.rb
hyrax-2.9.0 app/helpers/hyrax/lease_helper.rb
hyrax-2.8.0 app/helpers/hyrax/lease_helper.rb
hyrax-2.7.2 app/helpers/hyrax/lease_helper.rb
hyrax-2.7.1 app/helpers/hyrax/lease_helper.rb
hyrax-2.7.0 app/helpers/hyrax/lease_helper.rb
hyrax-2.6.0 app/helpers/hyrax/lease_helper.rb
hyrax-3.0.0.pre.rc1 app/helpers/hyrax/lease_helper.rb
hyrax-3.0.0.pre.beta3 app/helpers/hyrax/lease_helper.rb
hyrax-2.5.1 app/helpers/hyrax/lease_helper.rb
hyrax-2.5.0 app/helpers/hyrax/lease_helper.rb
hyrax-3.0.0.pre.beta2 app/helpers/hyrax/lease_helper.rb
hyrax-2.4.1 app/helpers/hyrax/lease_helper.rb
hyrax-3.0.0.pre.beta1 app/helpers/hyrax/lease_helper.rb
hyrax-2.4.0 app/helpers/hyrax/lease_helper.rb