Sha256: 3c12d03db46f18040a02740c125b3215c22f6f787fa475fcd5be7a85858f8803
Contents?: true
Size: 145 Bytes
Versions: 5
Compression:
Stored size: 145 Bytes
Contents
class C2::Reporter::AppController < C2::BaseController def show @reports = C2::Reporter.reports @reports.each(&:refresh) end end
Version data entries
5 entries across 5 versions & 1 rubygems