forgeplus/app/models/coo_img.rb

5 lines
119 B
Ruby

class CooImg < ApplicationRecord
extend Enumerize
enumerize :img_type, in: %i[com_coop edu_coop alliance_coop]
end