adjust max size of thread reply to that of threads, see #11

This commit is contained in:
jomo
2016-10-14 13:26:24 +02:00
parent ddc57fa7df
commit 5ba4783393
+1 -1
View File
@@ -10,7 +10,7 @@ class Threadreply < ActiveRecord::Base
validates_presence_of :content validates_presence_of :content
validates_length_of :content, in: 2..10000 validates_length_of :content, in: 2..20000
def thread def thread
forumthread forumthread