mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add comma to example in guides/source/active_storage_overview.md [ci skip]
This commit is contained in:
parent
7a35066acf
commit
f06fc27fa2
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ You can bypass the content type inference from the data by passing in
|
|||
@message.image.attach(
|
||||
io: File.open('/path/to/file'),
|
||||
filename: 'file.pdf',
|
||||
content_type: 'application/pdf'
|
||||
content_type: 'application/pdf',
|
||||
identify: false
|
||||
)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue