Class: Workarea::Admin::Dashboards::OrdersViewModel

Inherits:
ApplicationViewModel
  • Object
show all
Includes:
InsightsGraphs
Defined in:
app/view_models/workarea/admin/dashboards/orders_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



12
13
14
15
16
# File 'app/view_models/workarea/admin/dashboards/orders_view_model.rb', line 12

def insights
  @insights ||= InsightViewModel.wrap(
    Workarea::Insights::Base.by_dashboard('orders').page(options[:page])
  )
end