summaryrefslogtreecommitdiff
path: root/app/models/threadreply.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/threadreply.rb')
-rw-r--r--app/models/threadreply.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/threadreply.rb b/app/models/threadreply.rb
index 0f2faca..47b0d97 100644
--- a/app/models/threadreply.rb
+++ b/app/models/threadreply.rb
@@ -10,7 +10,7 @@ class Threadreply < ActiveRecord::Base
validates_presence_of :content
- validates_length_of :content, in: 2..10000
+ validates_length_of :content, in: 2..20000
def thread
forumthread