aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-12-03 18:06:29 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2017-12-03 18:06:29 +0100
commit7609ca08ce5000689838eeb04ed37084bf364f78 (patch)
tree270c3fe5893882f98cd2e7401e288d2bbc261240 /activestorage/lib
parent9b823c02b62a91216ef1ad0c9d4fca095377afb6 (diff)
downloadrails-7609ca08ce5000689838eeb04ed37084bf364f78.tar.gz
rails-7609ca08ce5000689838eeb04ed37084bf364f78.tar.bz2
rails-7609ca08ce5000689838eeb04ed37084bf364f78.zip
Fix instrumention name: delete_prefixed like the others.
Diffstat (limited to 'activestorage/lib')
-rw-r--r--activestorage/lib/active_storage/service/azure_storage_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/lib/active_storage/service/azure_storage_service.rb b/activestorage/lib/active_storage/service/azure_storage_service.rb
index 98de0836de..19b09991b3 100644
--- a/activestorage/lib/active_storage/service/azure_storage_service.rb
+++ b/activestorage/lib/active_storage/service/azure_storage_service.rb
@@ -52,7 +52,7 @@ module ActiveStorage
end
def delete_prefixed(prefix)
- instrument :delete_all, prefix: prefix do
+ instrument :delete_prefixed, prefix: prefix do
marker = nil
loop do