Class: Search::SupplierItemTextPresenter
- Inherits:
-
SupplierItemPresenter
- Object
- SupplierItemPresenter
- Search::SupplierItemTextPresenter
- Defined in:
- app/presenters/search/supplier_item_text_presenter.rb
Overview
Presenter: supplier item text presenter.
Instance Method Summary collapse
Instance Method Details
#active ⇒ Object
10 11 12 |
# File 'app/presenters/search/supplier_item_text_presenter.rb', line 10 def active h.y r.active end |
#item_link ⇒ Object
4 5 6 7 8 |
# File 'app/presenters/search/supplier_item_text_presenter.rb', line 4 def item_link return unless r.has_columns?(:sku, :item_id) r.sku end |