forgeplus/app/models/coo_img.rb

5 lines
119 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class CooImg < ApplicationRecord
extend Enumerize
enumerize :img_type, in: %i[com_coop edu_coop alliance_coop]
end