X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/501d13e1c0936cc3ba3d9639620517bae34e5784..34e3e51456774127d43408b7ab65c24f41373f62:/app/models/changeset_comment.rb?ds=sidebyside 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))