Class: SolidusAdmin::StockItems::Edit::Component
- Inherits:
-
Resources::Edit::Component
- Object
- Resources::Edit::Component
- SolidusAdmin::StockItems::Edit::Component
- Defined in:
- app/components/solidus_admin/stock_items/edit/component.rb
Instance Method Summary collapse
Instance Method Details
#title ⇒ Object
4 5 6 7 8 |
# File 'app/components/solidus_admin/stock_items/edit/component.rb', line 4 def title [ "#{Spree::StockLocation.model_name.human}: #{@stock_item.stock_location.name}", ].join(' / ') end |