Class ProductRoot
In: app/models/product_root.rb
Parent: Product

ドメイン単位のメニューの根を表す。 このクラスのインスタンスはメニューとして表示されない。

Methods

type_name  

Public Instance methods

種類を文字列で返す。

[Source]

    # File app/models/product_root.rb, line 48
48:   def type_name
49:     s_("Product|Type Root")
50:   end

[Validate]