mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-04 04:03:25 +08:00
init project
This commit is contained in:
5
app/models/trustie_hackathon.rb
Normal file
5
app/models/trustie_hackathon.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class TrustieHackathon < ApplicationRecord
|
||||
#validates_length_of :description, maximum: 10000
|
||||
has_many :trustie_hacks, :dependent => :destroy
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user