BathHacked/energy-sparks

View on GitHub
app/controllers/admin/reports_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Admin
  class ReportsController < AdminController
    def index
    end
  end
end