From 494f476e8bf5b78c0e055eb806f90e710a5221a0 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 11 Nov 2019 09:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E5=AE=A2=E6=9D=BE=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/trustie_hackathon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/trustie_hackathon.rb b/app/models/trustie_hackathon.rb index 65275099d..3a45687ce 100644 --- a/app/models/trustie_hackathon.rb +++ b/app/models/trustie_hackathon.rb @@ -1,5 +1,5 @@ class TrustieHackathon < ApplicationRecord - validates_length_of :description, maximum: 500 + #validates_length_of :description, maximum: 10000 has_many :trustie_hacks, :dependent => :destroy end