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.
1 parent 4d2be09 commit dd8f6e5Copy full SHA for dd8f6e5
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