aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage/disk_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_storage/disk_controller.rb')
-rw-r--r--lib/active_storage/disk_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/active_storage/disk_controller.rb b/lib/active_storage/disk_controller.rb
index 9d5b52d66f..7149cc17a6 100644
--- a/lib/active_storage/disk_controller.rb
+++ b/lib/active_storage/disk_controller.rb
@@ -9,8 +9,8 @@ require "active_support/core_ext/object/inclusion"
# if you are using the +Disk+ service.
#
# By default, mounting the Active Storage engine inside your application will
-# define a +/rails/blobs/:encoded_key+ route that will reference this controller's
-# +show+ action and will be used to serve local files.
+# define a +/rails/blobs/:encoded_key/*filename+ route that will reference this
+# controller's +show+ action and will be used to serve local files.
#
# A URL for an attachment can be generated through its +#url+ method, that
# will use the aforementioned route.