diff --git a/app/models/person_comment.rb b/app/models/person_comment.rb index a2cf8ea..dc1d232 100644 --- a/app/models/person_comment.rb +++ b/app/models/person_comment.rb @@ -17,5 +17,5 @@ class PersonComment < ApplicationRecord # Validations # ############### - validates :text, presence: true, length: { in: 1..10_000 } + validates :text, good_big_text: true end