repo.or.cz
/
monkeycharger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Upgraded Rails and RSpec
[monkeycharger.git]
/
vendor
/
rails
/
actionpack
/
test
/
fixtures
/
reply.rb
blob
588713de1e0e249b366470e06495799cfb02ef9e
1
class Reply < ActiveRecord::Base
2
belongs_to :topic, :include => [:replies]
3
belongs_to :developer
4
5
validates_presence_of :content
6
end