Class: Workarea::Admin::PageViewModel
Instance Method Summary
collapse
#content
#comment_count, #comments, #has_comments?, #new_comments_for?, #subscribed_users
Instance Method Details
#breadcrumbs ⇒ Object
11
12
13
|
# File 'app/view_models/workarea/admin/page_view_model.rb', line 11
def breadcrumbs
@breadcrumbs ||= Navigation::Breadcrumbs.new(model)
end
|
#timeline ⇒ Object
7
8
9
|
# File 'app/view_models/workarea/admin/page_view_model.rb', line 7
def timeline
@timeline ||= TimelineViewModel.new(model)
end
|