Sha256: efb5740585d6f04344b859994390b525af6b111f58b0bcf907319475de85e0b9
Contents?: true
Size: 250 Bytes
Versions: 10
Compression:
Stored size: 250 Bytes
Contents
class SpudPostComment < ActiveRecord::Base validates_presence_of :author, :content belongs_to :post, :class_name => 'SpudPost', :foreign_key => 'spud_post_id', :counter_cache => :comments_count attr_accessible :author,:content,:spud_post_id end
Version data entries
10 entries across 10 versions & 1 rubygems