projects
/
depot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
04598437c28d7b05715347e624d77bda43515445
[depot.git]
/
reply.rb
1
class
Reply
<
ActiveRecord
::Base
2
named_scope
:base
3
belongs_to
:topic
,
:include
=> [
:replies
]
4
belongs_to
:developer
5
6
validates_presence_of
:content
7
end