X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f0b2ed9bb6c1e153231b8088eabe6e3edcee9420..6ca22de4f2c68e4b14a6e2f0938a8657c33adc31:/app/models/redaction.rb diff --git a/app/models/redaction.rb b/app/models/redaction.rb index b835864db..e6d748706 100644 --- a/app/models/redaction.rb +++ b/app/models/redaction.rb @@ -31,7 +31,8 @@ class Redaction < ActiveRecord::Base has_many :old_ways has_many :old_relations - validates :description, :presence => true + validates :title, :presence => true, :characters => true + validates :description, :presence => true, :characters => true validates :description_format, :inclusion => { :in => %w[text html markdown] } # this method overrides the AR default to provide the rich