aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/active_storage/blobs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/active_storage/blobs_controller.rb')
-rw-r--r--app/controllers/active_storage/blobs_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/active_storage/blobs_controller.rb b/app/controllers/active_storage/blobs_controller.rb
index cf5c008841..05af29f8b2 100644
--- a/app/controllers/active_storage/blobs_controller.rb
+++ b/app/controllers/active_storage/blobs_controller.rb
@@ -1,4 +1,4 @@
-# Take a signed permanent reference for a blob and turn it into an expiring service URL for its download.
+# Take a signed permanent reference for a blob and turn it into an expiring service URL for download.
# Note: These URLs are publicly accessible. If you need to enforce access protection beyond the
# security-through-obscurity factor of the signed blob references, you'll need to implement your own
# authenticated redirection controller.