X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c51786d10bc6dda488964f468a6a3071dd6912a8..32e46ad4e34c69a5d4560fd0fd16a2ee7d4153d0:/config/initializers/tempfile.rb diff --git a/config/initializers/tempfile.rb b/config/initializers/tempfile.rb deleted file mode 100644 index 43b5a5443..000000000 --- a/config/initializers/tempfile.rb +++ /dev/null @@ -1,7 +0,0 @@ -# Hack TempFile to let us get at the underlying File object as ruby -# does a half assed job of making TempFile act as a File -class Tempfile - def file - @tmpfile - end -end