Sha256: f6506015772385a066290b9ad0d2b6d5b94a18f4037d1a494407706178495aeb
Contents?: true
Size: 147 Bytes
Versions: 6
Compression:
Stored size: 147 Bytes
Contents
class Zine < ActiveRecord::Base acts_as_tenant belongs_to :team has_many :posts has_many :members, :through => :posts end
Version data entries
6 entries across 6 versions & 1 rubygems