Class: Workarea::Admin::LegacyOrderViewModel

Inherits:
ApplicationViewModel
  • Object
show all
Defined in:
app/view_models/workarea/admin/legacy_order_view_model.rb

Instance Method Summary collapse

Instance Method Details

#storefront_view_modelObject



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, options)
end