aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib/active_storage/service.rb
diff options
context:
space:
mode:
authorDino Maric <dino.onex@gmail.com>2017-08-05 00:57:02 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-08-04 17:57:02 -0500
commit3179f089be4f631b9c0f8b431567992164f2bdb4 (patch)
tree3df6f7a6901e3105f43173e725ce3f95d30b8e7b /activestorage/lib/active_storage/service.rb
parentb9f0eb24ed6a86aec3881b43e6b0028a306465b2 (diff)
downloadrails-3179f089be4f631b9c0f8b431567992164f2bdb4.tar.gz
rails-3179f089be4f631b9c0f8b431567992164f2bdb4.tar.bz2
rails-3179f089be4f631b9c0f8b431567992164f2bdb4.zip
Rename Azure to AzureStorage (#30057)
Diffstat (limited to 'activestorage/lib/active_storage/service.rb')
-rw-r--r--activestorage/lib/active_storage/service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/lib/active_storage/service.rb b/activestorage/lib/active_storage/service.rb
index f6b4877759..4223295ed8 100644
--- a/activestorage/lib/active_storage/service.rb
+++ b/activestorage/lib/active_storage/service.rb
@@ -7,7 +7,7 @@ require "active_storage/log_subscriber"
# * +Disk+, to manage attachments saved directly on the hard drive.
# * +GCS+, to manage attachments through Google Cloud Storage.
# * +S3+, to manage attachments through Amazon S3.
-# * +Azure+, to manage attachments through Microsoft Azure Storage.
+# * +AzureStorage+, to manage attachments through Microsoft Azure Storage.
# * +Mirror+, to be able to use several services to manage attachments.
#
# Inside a Rails application, you can set-up your services through the