From 1bdaccc0b8cf8aac0dc833d6db14b9a902593ff5 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 28 May 2018 16:28:46 -0400 Subject: Verify integrity after chunked download --- activestorage/lib/active_storage/service.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activestorage/lib/active_storage/service.rb') diff --git a/activestorage/lib/active_storage/service.rb b/activestorage/lib/active_storage/service.rb index 949969fc95..da1af4f745 100644 --- a/activestorage/lib/active_storage/service.rb +++ b/activestorage/lib/active_storage/service.rb @@ -3,8 +3,6 @@ require "active_storage/log_subscriber" module ActiveStorage - class IntegrityError < StandardError; end - # Abstract class serving as an interface for concrete services. # # The available services are: -- cgit v1.2.3