class Support::Sites::Schools::Controller < Support::Sites::Controller
  def school
    School.find_by(id: params[:school_id])
  end
end
