mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
5 lines
62 B
Ruby
5 lines
62 B
Ruby
class SponsorTier < ApplicationRecord
|
|
belongs_to :user
|
|
|
|
end
|