Sha256: a5dbba23fa8ace7bfa4290b742ae71ad2eaa61f773e5e6f489b785ed17fb9345
Contents?: true
Size: 237 Bytes
Versions: 702
Compression:
Stored size: 237 Bytes
Contents
class Caboose::PostCategory < ActiveRecord::Base self.table_name = "post_categories" has_many :post_category_memberships has_many :posts, :through => :post_category_memberships attr_accessible :id, :site_id, :name end
Version data entries
702 entries across 702 versions & 1 rubygems