ドメイン単位のメニューの根を表す。 このクラスのインスタンスはメニューとして表示されない。
種類を文字列で返す。
[Source]
# File app/models/product_root.rb, line 48 48: def type_name 49: s_("Product|Type Root") 50: end
[Validate]