]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/tempfile.rb
Remove tempfile patch for trace data
[rails.git] / config / initializers / tempfile.rb
diff --git a/config/initializers/tempfile.rb b/config/initializers/tempfile.rb
deleted file mode 100644 (file)
index 43b5a54..0000000
+++ /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