projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
When asked to edit an object centre on the correct location
[rails.git]
/
vendor
/
plugins
/
classic_pagination
/
test
/
fixtures
/
reply.rb
1
class Reply < ActiveRecord::Base
2
belongs_to :topic, :include => [:replies]
3
4
validates_presence_of :content
5
end