BathHacked/energy-sparks

View on GitHub
app/controllers/admin/reports/energy_tariffs_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Admin
  module Reports
    class EnergyTariffsController < AdminController
      def index
        @count_by_school_group = EnergyTariff.count_by_school_group
      end
    end
  end
end