parent
c6f9cff2ca
commit
494f476e8b
@ -1,5 +1,5 @@
|
|||||||
class TrustieHackathon < ApplicationRecord
|
class TrustieHackathon < ApplicationRecord
|
||||||
validates_length_of :description, maximum: 500
|
#validates_length_of :description, maximum: 10000
|
||||||
has_many :trustie_hacks, :dependent => :destroy
|
has_many :trustie_hacks, :dependent => :destroy
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue