We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ab7b2 commit 2c279aaCopy full SHA for 2c279aa
activestorage/app/models/active_storage/blob.rb
@@ -40,7 +40,7 @@ class ActiveStorage::Blob < ActiveRecord::Base
40
end
41
42
class << self
43
- # You can used the signed ID of a blob to refer to it on the client side without fear of tampering.
+ # You can use the signed ID of a blob to refer to it on the client side without fear of tampering.
44
# This is particularly helpful for direct uploads where the client-side needs to refer to the blob
45
# that was created ahead of the upload itself on form submission.
46
#
0 commit comments