Merge pull request #36162 from thomasdarde/patch-2

Update downloading section
This commit is contained in:
Rafael Mendonça França 2019-12-17 19:29:39 -03:00
commit ea577d8791
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 2 additions and 0 deletions

View File

@ -473,6 +473,8 @@ message.video.open do |file|
end
```
It's important to know that the file are not yet available in the `after_create` callback but in the `after_create_commit` only.
Analyzing Files
---------------