aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-06-10 11:45:53 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-06-10 11:45:53 +0900
commit7859806483159a25dc269bccd2aeab7e7b29a227 (patch)
tree2e42ad6af3bc8f364cbd94f2a453e32914ce1985 /guides/source/configuring.md
parentf4f9147b1e332bfd55fd5fa150af3aad47272a49 (diff)
downloadrails-7859806483159a25dc269bccd2aeab7e7b29a227.tar.gz
rails-7859806483159a25dc269bccd2aeab7e7b29a227.tar.bz2
rails-7859806483159a25dc269bccd2aeab7e7b29a227.zip
Update `config.active_storage.variable_content_types` default value in guides [ci skip]
Follow up of 3915a47.
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 4d8883a7bd..14cdebd62c 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -793,7 +793,7 @@ normal Rails server.
config.active_storage.paths[:ffprobe] = '/usr/local/bin/ffprobe'
```
-* `config.active_storage.variable_content_types` accepts an array of strings indicating the content types that Active Storage can transform through ImageMagick. The default is `%w(image/png image/gif image/jpg image/jpeg image/vnd.adobe.photoshop)`.
+* `config.active_storage.variable_content_types` accepts an array of strings indicating the content types that Active Storage can transform through ImageMagick. The default is `%w(image/png image/gif image/jpg image/jpeg image/vnd.adobe.photoshop image/vnd.microsoft.icon)`.
* `config.active_storage.content_types_to_serve_as_binary` accepts an array of strings indicating the content types that Active Storage will always serve as an attachment, rather than inline. The default is `%w(text/html
text/javascript image/svg+xml application/postscript application/x-shockwave-flash text/xml application/xml application/xhtml+xml)`.