Class: Workarea::Admin::PageViewModel
- Inherits:
-
ApplicationViewModel
- Object
- ApplicationViewModel
- Workarea::Admin::PageViewModel
- Includes:
- CommentableViewModel, ContentableViewModel
- Defined in:
- app/view_models/workarea/admin/page_view_model.rb
Instance Method Summary collapse
Methods included from ContentableViewModel
Methods included from CommentableViewModel
#comment_count, #comments, #has_comments?, #new_comments_for?
Instance Method Details
#breadcrumbs ⇒ Object
11 12 13 |
# File 'app/view_models/workarea/admin/page_view_model.rb', line 11 def @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 |