forked from jasder/forgeplus
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
|