Class: Workarea::Storefront::Checkout::ConfirmationViewModel

Inherits:
ApplicationViewModel
  • Object
show all
Includes:
Workarea::Storefront::CheckoutContent
Defined in:
app/view_models/workarea/storefront/checkout/confirmation_view_model.rb

Instance Method Summary collapse

Methods included from Workarea::Storefront::CheckoutContent

#content_lookup

Methods included from DisplayContent

#browser_title, #content, #content_blocks, #content_blocks_for, #meta_description, #open_graph_asset

Instance Method Details

#titleObject



7
8
9
10
# File 'app/view_models/workarea/storefront/checkout/confirmation_view_model.rb', line 7

def title
  browser_title.presence ||
    ::I18n.t('workarea.storefront.checkouts.confirmation_title')
end