Class: SolidusAdmin::StockItems::Edit::Component

Inherits:
Resources::Edit::Component
  • Object
show all
Defined in:
app/components/solidus_admin/stock_items/edit/component.rb

Instance Method Summary collapse

Instance Method Details

#titleObject



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