プロダクト(単票形式)のモデル。
種類を文字列で返す。
[Source]
# File app/models/product_single.rb, line 50 50: def type_name 51: s_("Product|Type 1") 52: end
[Validate]