We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2be09 + dd8f6e5 commit 0ed3c2aCopy full SHA for 0ed3c2a
guides/source/configuring.md
@@ -2797,7 +2797,7 @@ Accepts an array of strings indicating the content types that Active Storage all
2797
By default, this is defined as:
2798
2799
```ruby
2800
-config.active_storage.content_types_allowed_inline` = %w(image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
+config.active_storage.content_types_allowed_inline = %w(image/png image/gif image/jpeg image/tiff image/vnd.adobe.photoshop image/vnd.microsoft.icon application/pdf)
2801
```
2802
2803
#### `config.active_storage.queues.analysis`
0 commit comments