X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/873ac155cabfb1aab8d887d07bc8389617d3f843..22c1be4db7054baf155a6c1c24f31063b5b729df:/app/models/note_comment.rb diff --git a/app/models/note_comment.rb b/app/models/note_comment.rb index 2347d43d0..f94032e1e 100644 --- a/app/models/note_comment.rb +++ b/app/models/note_comment.rb @@ -33,7 +33,7 @@ class NoteComment < ActiveRecord::Base validates :visible, :inclusion => [true, false] validates :author, :associated => true validates :event, :inclusion => %w[opened closed reopened commented hidden] - validates :body, :length => { :maximum => 2000 }, :invalid_chars => true + validates :body, :length => { :maximum => 2000 }, :characters => true # Return the comment text def body