BathHacked/energy-sparks

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

Summary

Maintainability
A
0 mins
Test Coverage
module Admin
  module Reports
    class CommunityUseController < AdminController
      def index
        @schools = School.process_data.with_community_use.by_name
      end
    end
  end
end