mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
5
app/models/applied_message.rb
Normal file
5
app/models/applied_message.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AppliedMessage < ApplicationRecord
|
||||
belongs_to :user
|
||||
belongs_to :applied, polymorphic: true
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user