BathHacked/energy-sparks

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

Summary

Maintainability
A
0 mins
Test Coverage
module Schools
  class ReportsController < ApplicationController
    load_and_authorize_resource :school
    def index
      authorize! :view_content_reports, @school
    end
  end
end