Sha256: 1c9d226b2468b19468cf6fa242cb1e64f3ae3dcea4bb5535953667aed7192ea5
Contents?: true
Size: 303 Bytes
Versions: 62
Compression:
Stored size: 303 Bytes
Contents
module Workarea module Admin module Dashboards class StoreViewModel < ApplicationViewModel def insights @insights ||= InsightViewModel.wrap( Workarea::Insights::Base.by_dashboard('store').page(options[:page]) ) end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems