Sha256: abcb10ee374b3bdc6aea3b5832dec2aaf732dfedcba7acb83bb50f463d2634fd

Contents?: true

Size: 308 Bytes

Versions: 13

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Forms
    ##
    # Nested form for leases.
    class Lease < Hyrax::ChangeSet
      property :visibility_after_lease
      property :visibility_during_lease
      property :lease_expiration_date
      property :lease_history, default: []
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/forms/hyrax/forms/lease.rb
hyrax-5.0.1 app/forms/hyrax/forms/lease.rb
hyrax-5.0.0 app/forms/hyrax/forms/lease.rb
hyrax-5.0.0.rc3 app/forms/hyrax/forms/lease.rb
hyrax-5.0.0.rc2 app/forms/hyrax/forms/lease.rb
hyrax-5.0.0.rc1 app/forms/hyrax/forms/lease.rb
hyrax-3.6.0 app/forms/hyrax/forms/lease.rb
hyrax-4.0.0 app/forms/hyrax/forms/lease.rb
hyrax-4.0.0.rc3 app/forms/hyrax/forms/lease.rb
hyrax-4.0.0.rc2 app/forms/hyrax/forms/lease.rb
hyrax-4.0.0.rc1 app/forms/hyrax/forms/lease.rb
hyrax-3.5.0 app/forms/hyrax/forms/lease.rb
hyrax-4.0.0.beta2 app/forms/hyrax/forms/lease.rb