aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/active_storage/service/mirror_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_storage/service/mirror_service.rb b/lib/active_storage/service/mirror_service.rb
index 59ad3fc472..1ec0930e6c 100644
--- a/lib/active_storage/service/mirror_service.rb
+++ b/lib/active_storage/service/mirror_service.rb
@@ -3,7 +3,7 @@ require "active_support/core_ext/module/delegation"
class ActiveStorage::Service::MirrorService < ActiveStorage::Service
attr_reader :services
- delegate :download, :exist?, :url, :byte_size, :checksum, to: :primary_service
+ delegate :download, :exist?, :url, to: :primary_service
def initialize(services:)
@services = services