forgeplus/app/models/trustie_hackathon.rb

6 lines
150 B
Ruby
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
class TrustieHackathon < ApplicationRecord
#validates_length_of :description, maximum: 10000
has_many :trustie_hacks, :dependent => :destroy
end