projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ensure the heading text appears above the illustration
[rails.git]
/
app
/
models
/
changeset_comment.rb
diff --git
a/app/models/changeset_comment.rb
b/app/models/changeset_comment.rb
index 75b1a055b23dd1306a4469e4819d2cf531c2923d..ceb7d35597f75e816811214fbfa252eddd7470d0 100644
(file)
--- a/
app/models/changeset_comment.rb
+++ b/
app/models/changeset_comment.rb
@@
-19,7
+19,7
@@
# changeset_comments_changeset_id_fkey (changeset_id => changesets.id)
#
-class ChangesetComment < A
ctiveRecord::Base
+class ChangesetComment < A
pplicationRecord
belongs_to :changeset
belongs_to :author, :class_name => "User"