Class: Workarea::Admin::Dashboards::SearchViewModel

Inherits:
ApplicationViewModel
  • Object
show all
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

#insightsObject



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(options[:page])
  )
end