annotate .svn/pristine/ad/ad1b2e21afd9705f8ae7a1d13601f98473cd206b.svn-base @ 920:b10c4203c03c cannam_integration

Restore two files mysteriously deleted from e39b2060aba1
author Chris Cannam
date Tue, 06 Mar 2012 14:20:52 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 class Reply < ActiveRecord::Base
Chris@909 2 belongs_to :topic, :include => [:replies]
Chris@909 3
Chris@909 4 validates_presence_of :content
Chris@909 5 end