Sha256: 88a75f5635bae86308f78cb7c1d2c07ea592faa5238e180e093e7688091287ed
Contents?: true
Size: 177 Bytes
Versions: 46
Compression:
Stored size: 177 Bytes
Contents
class PostComment < ActiveRecord::Base self.primary_key = :post_id belongs_to :post, :foreign_key => 'post_id' counter_culture :post, :column_name => :comments_count end
Version data entries
46 entries across 46 versions & 1 rubygems