aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_storage/service.rb')
-rw-r--r--lib/active_storage/service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_storage/service.rb b/lib/active_storage/service.rb
index 9d370d0a2b..127895406f 100644
--- a/lib/active_storage/service.rb
+++ b/lib/active_storage/service.rb
@@ -78,7 +78,7 @@ class ActiveStorage::Service
raise NotImplementedError
end
- def url_for_direct_upload(key, expires_in:, content_type:, content_length:)
+ def url_for_direct_upload(key, expires_in:, content_type:, content_length:, checksum:)
raise NotImplementedError
end