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
/
activerecord
/
test
/
models
/
tree.rb
blob: dc29cccc9ca4a988e518bf435081278bf25e8d21 (
plain
) (
blame
)
1
2
3
class
Tree
<
ActiveRecord
::
Base
has_many
:nodes
,
dependent
:
:destroy
end