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