Class: Workarea::Admin::Dashboards::SearchViewModel
- Inherits:
-
ApplicationViewModel
- Object
- ApplicationViewModel
- Workarea::Admin::Dashboards::SearchViewModel
- Includes:
- InsightsGraphs
- Defined in:
- app/view_models/workarea/admin/dashboards/search_view_model.rb
Instance Method Summary collapse
Methods included from InsightsGraphs
#ends_at, #previous_ends_at, #previous_starts_at, #starts_at
Instance Method Details
#insights ⇒ Object
14 15 16 17 18 |
# File 'app/view_models/workarea/admin/dashboards/search_view_model.rb', line 14 def insights @insights ||= InsightViewModel.wrap( Workarea::Insights::Base.by_dashboard('search').page([:page]) ) end |