mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
init project
This commit is contained in:
3
app/models/forum.rb
Normal file
3
app/models/forum.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class Forum < ApplicationRecord
|
||||
has_many :memos, dependent: :destroy
|
||||
end
|
||||
Reference in New Issue
Block a user