mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
5 lines
119 B
Ruby
5 lines
119 B
Ruby
class CooImg < ApplicationRecord
|
|
extend Enumerize
|
|
|
|
enumerize :img_type, in: %i[com_coop edu_coop alliance_coop]
|
|
end |