Sha256: d4dbcc651b0e3be48957182131d639a2ee0a90e13f910f9b28f2b1a6a37b5aa7
Contents?: true
Size: 252 Bytes
Versions: 7
Compression:
Stored size: 252 Bytes
Contents
class Forum < ActiveRecord::Base include AllowSettingIdOnCreate has_many :topics has_many :active_topics, :conditions => { :trashed => false }, :class_name => 'Topic' has_many :posts, :through => :topics has_defaults :trashed => false end
Version data entries
7 entries across 7 versions & 1 rubygems