]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
try and make the OpenStreetBugs API a bit more consistent with the rest of the API
[rails.git] / config / environment.rb
index ba5241a21fc47a1d3a03c60a9fcab341585e5dac..1ad6aa202bab2a1bb4798ec3efb809cefe0fc97b 100644 (file)
@@ -99,4 +99,7 @@ Rails::Initializer.run do |config|
 
   # Make Active Record use UTC-base instead of local time
   config.active_record.default_timezone = :utc
 
   # Make Active Record use UTC-base instead of local time
   config.active_record.default_timezone = :utc
+
+  Mime::Type.register "text/xml", :gpx
+
 end
 end