Class: Cats::Core::PurchaseOrder
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Cats::Core::PurchaseOrder
- Defined in:
- app/models/cats/core/purchase_order.rb
Constant Summary collapse
Instance Method Summary collapse
Instance Method Details
#commodity_name ⇒ Object
22 23 24 |
# File 'app/models/cats/core/purchase_order.rb', line 22 def commodity_name commodity_category.name end |