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
/
guides
/
code
/
getting_started
/
app
/
models
/
comment.rb
blob: 4e76c5b5b05904b4d515cbeda0edfaf6ba069eac (
plain
) (
blame
)
1
2
3
class
Comment
<
ActiveRecord
::
Base
belongs_to
:post
end