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
/
actiontext
/
test
/
dummy
/
app
/
models
/
review.rb
blob: e54a37685d74df02874e6b76122d4e63cde69943 (
plain
) (
blame
)
1
2
3
4
5
class
Review
<
ApplicationRecord
belongs_to
:message
has_rich_text
:content
end