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
/
rating.rb
blob: 7420821db03150b19c9740458c2349a31c54fea4 (
plain
) (
blame
)
1
2
3
4
class
Rating
<
ActiveRecord
::
Base
belongs_to
:comment
has_many
:taggings
,
as
:
:taggable
end