instiki/vendor/rails/actionpack/test/fixtures/topic.rb
Jacques Distler c358389f25 TeX and CSS tweaks.
Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
2007-02-09 02:04:31 -06:00

4 lines
102 B
Ruby

class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end