Sha256: 8e0713df78522b990e76bfb7289145a60ef5dfbbe39bf938ef951bea70518f6b
Contents?: true
Size: 240 Bytes
Versions: 62
Compression:
Stored size: 240 Bytes
Contents
module Workarea module Admin module Reports class SearchesViewModel < ApplicationViewModel def results @results ||= model.results.map { |result| OpenStruct.new(result) } end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
workarea-admin-3.4.13 | app/view_models/workarea/admin/reports/searches_view_model.rb |
workarea-admin-3.4.12 | app/view_models/workarea/admin/reports/searches_view_model.rb |