topic.rb
3 lines
| 102 B
| text/x-ruby
|
RubyLexer
|
r962 | class Topic < ActiveRecord::Base | ||
has_many :replies, :include => [:user], :dependent => :destroy | ||||
end | ||||