Module: Workarea::Storefront::CartContent
- Includes:
- DisplayContent
- Defined in:
- app/view_models/workarea/storefront/cart_content.rb
Instance Method Summary collapse
Instance Method Details
#content_lookup ⇒ Object
14 15 16 |
# File 'app/view_models/workarea/storefront/cart_content.rb', line 14 def content_lookup "cart" end |
#empty_content ⇒ Object
10 11 12 |
# File 'app/view_models/workarea/storefront/cart_content.rb', line 10 def empty_content content_blocks_for("empty") end |
#with_items_content ⇒ Object
6 7 8 |
# File 'app/view_models/workarea/storefront/cart_content.rb', line 6 def with_items_content content_blocks_for("with_items") end |