Sha256: 8484223a0a053f3de48fb79d3649c911101c3d2bcb4f660a1cb6af958e08abf3

Contents?: true

Size: 164 Bytes

Versions: 29

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true
class ProxyDepositRights < ActiveRecord::Base
  belongs_to :grantor, class_name: "User"
  belongs_to :grantee, class_name: "User"
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/models/proxy_deposit_rights.rb
hyrax-5.0.4 app/models/proxy_deposit_rights.rb
hyrax-5.0.3 app/models/proxy_deposit_rights.rb
hyrax-5.0.2 app/models/proxy_deposit_rights.rb
hyrax-5.0.1 app/models/proxy_deposit_rights.rb
hyrax-5.0.0 app/models/proxy_deposit_rights.rb
hyrax-5.0.0.rc3 app/models/proxy_deposit_rights.rb
hyrax-5.0.0.rc2 app/models/proxy_deposit_rights.rb
hyrax-5.0.0.rc1 app/models/proxy_deposit_rights.rb
hyrax-3.6.0 app/models/proxy_deposit_rights.rb
hyrax-4.0.0 app/models/proxy_deposit_rights.rb
hyrax-4.0.0.rc3 app/models/proxy_deposit_rights.rb
hyrax-4.0.0.rc2 app/models/proxy_deposit_rights.rb
hyrax-4.0.0.rc1 app/models/proxy_deposit_rights.rb
hyrax-3.5.0 app/models/proxy_deposit_rights.rb
hyrax-4.0.0.beta2 app/models/proxy_deposit_rights.rb
hyrax-3.4.2 app/models/proxy_deposit_rights.rb
hyrax-4.0.0.beta1 app/models/proxy_deposit_rights.rb
hyrax-3.4.1 app/models/proxy_deposit_rights.rb
hyrax-3.4.0 app/models/proxy_deposit_rights.rb