Sha256: c78d1b54b1dcb5d4abb96f74ecd8d6457db0b91e1179e45b358b3f92e6323a52

Contents?: true

Size: 203 Bytes

Versions: 9

Compression:

Stored size: 203 Bytes

Contents

class User < ActiveRecord::Base

  ##
  # Associations
  #

  has_many :projects, :dependent => :destroy
  has_many :third_party_projects, :through => :project_collaborators, :dependent => :destroy

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typus-3.0.11.rc5 test/fixtures/rails_app/app/models/user.rb
typus-3.0.11.rc4 test/fixtures/rails_app/app/models/user.rb
typus-3.0.11.rc3 test/fixtures/rails_app/app/models/user.rb
typus-3.0.11.rc2 test/fixtures/rails_app/app/models/user.rb
typus-3.0.11.rc1 test/fixtures/rails_app/app/models/user.rb
typus-3.0.10 test/fixtures/rails_app/app/models/user.rb
typus-3.0.9 test/fixtures/rails_app/app/models/user.rb
typus-3.0.8 test/fixtures/rails_app/app/models/user.rb
typus-3.0.7 test/fixtures/rails_app/app/models/user.rb