BathHacked/energy-sparks

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
class Schools::AlertSubscriptionEventsController < ApplicationController
  load_and_authorize_resource :school
  load_and_authorize_resource through: :school

  def show
  end
end