Sha256: 2bcfbd5ee348d8ce45a55e16deb4ad2d282aea510dd2cc9a1e77dacd2178adeb

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

class User < ActiveRecord::Base

  ##
  #
  #

  include Typus::Orm::ActiveRecord::User::InstanceMethods

  ##
  # Associations
  #

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

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typus-3.1.0.rc7 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc6 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc5 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc4 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc3 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc2 test/fixtures/rails_app/app/models/user.rb
typus-3.1.0.rc1 test/fixtures/rails_app/app/models/user.rb