Class: Workarea::Storefront::PageViewModel

Inherits:
ApplicationViewModel
  • Object
show all
Includes:
DisplayContent
Defined in:
app/view_models/workarea/storefront/page_view_model.rb

Instance Method Summary collapse

Methods included from DisplayContent

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

Instance Method Details



6
7
8
# File 'app/view_models/workarea/storefront/page_view_model.rb', line 6

def breadcrumbs
  @breadcrumbs ||= Navigation::Breadcrumbs.new(model)
end