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

Version Path
c2-0.1.13 app/controllers/c2/reporter/app_controller.rb
c2-0.1.12 app/controllers/c2/reporter/app_controller.rb
c2-0.1.11 app/controllers/c2/reporter/app_controller.rb
c2-0.1.10 app/controllers/c2/reporter/app_controller.rb
c2-0.1.9 app/controllers/c2/reporter/app_controller.rb