| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| filesystem.rb | ||
| fog.rb | ||
| s3.rb |
Currently paperclip fails with `NoMethodError` on `nil` when file is not present. Since `nil` is proper response from fog on missing files, and this method already returns `false` if any error happen (see line 178), returning `false` here would be properly handled on client code. [closes #2173]
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| filesystem.rb | Loading commit data... | |
| fog.rb | Loading commit data... | |
| s3.rb | Loading commit data... |