Sha256: 35fc9b7f92b85a5e783a296db22ef7aeec05b23ccbf1819b2ab6bddeb775f053

Contents?: true

Size: 211 Bytes

Versions: 6

Compression:

Stored size: 211 Bytes

Contents

class Team < ActiveRecord::Base
  acts_as_tenant
  
  has_many :team_assets
  has_many :team_members, :through => :team_assets, :source => 'member'
  has_many :posts, :through => :zines
  has_many :zines
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
milia-1.2.1 test/app/models/team.rb
milia-1.2.0 test/app/models/team.rb
milia-1.1.1 test/app/models/team.rb
milia-1.0.1 test/app/models/team.rb
milia-1.1.0 test/app/models/team.rb
milia-1.0.0 test/app/models/team.rb