BathHacked/energy-sparks

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Admin
  module Reports
    class AlertSubscribersController < AdminController
      def index
        @school_groups = SchoolGroup.order(name: :asc)
      end
    end
  end
end