index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
fixtures
/
topic.rb
blob: 9fa9746535c30df3e4a7797581b524a73f1ec135 (
plain
) (
blame
)
1
2
3
class
Topic
<
ActiveRecord
::
Base
has_many
:replies
,
:dependent
=>
:destroy
end