Sha256: 4d1b647195414286e91d569b34e4f5bc7fcacc1f30e96db960e35f43bf94be8e

Contents?: true

Size: 143 Bytes

Versions: 37

Compression:

Stored size: 143 Bytes

Contents

class Participant < ActiveRecord::Base
  belongs_to :participant_role
  has_many :participant_licenses
  has_and_belongs_to_many :listings
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
reso-0.1.4.8 app/models/participant.rb
reso-0.1.4.7 app/models/participant.rb
reso-0.1.4.6 app/models/participant.rb
reso-0.1.4.5 app/models/participant.rb
reso-0.1.4.4 app/models/participant.rb
reso-0.1.4.3 app/models/participant.rb
reso-0.1.4.2 app/models/participant.rb
reso-0.1.4.1 app/models/participant.rb
reso-0.1.4.0 app/models/participant.rb
reso-0.1.3.1 app/models/participant.rb
reso-0.1.3.0 app/models/participant.rb
reso-0.1.2.0 app/models/participant.rb
reso-0.1.1.0 app/models/participant.rb
reso-0.1.0.3 app/models/participant.rb
reso-0.1.0.2 app/models/participant.rb
reso-0.1.0.1 app/models/participant.rb
reso-0.1.0.0 app/models/participant.rb