X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a3eb48385bcf1465339d473c0c1657e075cd507d..34e3e51456774127d43408b7ab65c24f41373f62:/app/models/changeset_comment.rb diff --git a/app/models/changeset_comment.rb b/app/models/changeset_comment.rb index a010674a3..1f037d667 100644 --- a/app/models/changeset_comment.rb +++ b/app/models/changeset_comment.rb @@ -9,7 +9,7 @@ class ChangesetComment < ActiveRecord::Base validates_presence_of :author validates_associated :author validates :visible, :inclusion => { :in => [true,false] } - + # Return the comment text def body RichText.new("text", read_attribute(:body))