view vendor/plugins/classic_pagination/test/fixtures/reply.rb @ 484:3ab94ed89c2f cannam_integration

Merge from branch "feature_36"
author Chris Cannam
date Mon, 11 Jul 2011 16:35:45 +0100
parents 513646585e45
children
line wrap: on
line source
class Reply < ActiveRecord::Base
  belongs_to :topic, :include => [:replies]
  
  validates_presence_of :content
end