X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c0d2ad40c30e5a0837b6012d7b9067d69ce41dd0..e71d7e8bea5b4f2b67fe4a6bee94a24bacbcb3e5:/config/initializers/tempfile.rb diff --git a/config/initializers/tempfile.rb b/config/initializers/tempfile.rb index 11416b086..43b5a5443 100644 --- a/config/initializers/tempfile.rb +++ b/config/initializers/tempfile.rb @@ -2,6 +2,6 @@ # does a half assed job of making TempFile act as a File class Tempfile def file - return @tmpfile + @tmpfile end end