Class: Workarea::Admin::SearchCustomizationViewModel
Instance Method Summary
collapse
#featured_products
#content
#comment_count, #comments, #has_comments?, #new_comments_for?, #subscribed_users
Instance Method Details
#insights ⇒ Object
12
13
14
|
# File 'app/view_models/workarea/admin/search_customization_view_model.rb', line 12
def insights
@insights ||= Insights::SearchViewModel.wrap(model, options)
end
|
#timeline ⇒ Object
8
9
10
|
# File 'app/view_models/workarea/admin/search_customization_view_model.rb', line 8
def timeline
@timeline ||= TimelineViewModel.new(model)
end
|