view vendor/plugins/classic_pagination/test/fixtures/reply.rb @ 1001:48ddad528c51 cannam

Merge
author Chris Cannam
date Fri, 09 Nov 2012 14:41:57 +0000
parents 513646585e45
children
line wrap: on
line source
class Reply < ActiveRecord::Base
  belongs_to :topic, :include => [:replies]
  
  validates_presence_of :content
end