Class: Workarea::Admin::LegacyOrderViewModel
- Inherits:
-
ApplicationViewModel
- Object
- ApplicationViewModel
- Workarea::Admin::LegacyOrderViewModel
- Defined in:
- app/view_models/workarea/admin/legacy_order_view_model.rb
Instance Method Summary collapse
Instance Method Details
#storefront_view_model ⇒ Object
6 7 8 9 |
# File 'app/view_models/workarea/admin/legacy_order_view_model.rb', line 6 def storefront_view_model @storefront_view_model ||= Storefront::LegacyOrderViewModel.wrap(model, ) end |