Class: SolidusAdmin::Orders::Show::Adjustments::Index::Adjustable::SpreeOrder::Component
- Inherits:
-
Component
- Object
- Component
- SolidusAdmin::Orders::Show::Adjustments::Index::Adjustable::SpreeOrder::Component
- Defined in:
- app/components/solidus_admin/orders/show/adjustments/index/adjustable/spree_order/component.rb
Instance Method Summary collapse
Instance Method Details
#caption ⇒ Object
4 5 6 |
# File 'app/components/solidus_admin/orders/show/adjustments/index/adjustable/spree_order/component.rb', line 4 def "#{Spree::Order.model_name.human} ##{adjustable.number}" end |
#detail ⇒ Object
8 9 10 |
# File 'app/components/solidus_admin/orders/show/adjustments/index/adjustable/spree_order/component.rb', line 8 def detail adjustable.display_total end |