aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-06-29 12:14:40 +0200
committerGitHub <noreply@github.com>2018-06-29 12:14:40 +0200
commita845ffdbd6d02f2166c24524e85ed67598b11938 (patch)
tree75d897496ea52fee115823f51c7c746b42a91108 /guides
parent4883f73978355a572856a6c26b7a6dcbc828f2fd (diff)
parent34ef0195dfd0affb843fe4abab39f6805dc932a8 (diff)
downloadrails-a845ffdbd6d02f2166c24524e85ed67598b11938.tar.gz
rails-a845ffdbd6d02f2166c24524e85ed67598b11938.tar.bz2
rails-a845ffdbd6d02f2166c24524e85ed67598b11938.zip
Merge pull request #33255 from StanBoyet/patch-1
Incompatibility of Direct Uploads & Mirror Service
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_storage_overview.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/active_storage_overview.md b/guides/source/active_storage_overview.md
index 9fabc011c8..e6c8b503a8 100644
--- a/guides/source/active_storage_overview.md
+++ b/guides/source/active_storage_overview.md
@@ -211,6 +211,8 @@ production:
NOTE: Files are served from the primary service.
+NOTE: This is not compatible with the [direct uploads](#direct-uploads) feature.
+
Attaching Files to Records
--------------------------