X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/851de28303fc9c24d095b9452b862bea618ec0da..6e565802786cfed6350534c984ad20ed49348f01:/app/models/redaction.rb diff --git a/app/models/redaction.rb b/app/models/redaction.rb index ca0ea7232..a9bdf5580 100644 --- a/app/models/redaction.rb +++ b/app/models/redaction.rb @@ -14,6 +14,8 @@ class Redaction < ActiveRecord::Base has_many :old_ways has_many :old_relations + # this method overrides the AR default to provide the rich + # text object for the description field. def description RichText.new(read_attribute(:description_format), read_attribute(:description)) end