Sha256: 152627615bec49e47fff51b534206727b0cf7863d425aa20f577570e303eee2c
Contents?: true
Size: 209 Bytes
Versions: 942
Compression:
Stored size: 209 Bytes
Contents
class Caboose::PostCategoryMembership < ActiveRecord::Base self.table_name = "post_category_memberships" belongs_to :post_category belongs_to :post attr_accessible :post_id, :post_category_id end
Version data entries
942 entries across 942 versions & 1 rubygems