X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/17e6e69c39072d8e6cb316b75b311e89c92cca45..c24b0e93997bcd6bcad475d9ba0adfe86fa01ea6:/app/controllers/api/users_controller.rb diff --git a/app/controllers/api/users_controller.rb b/app/controllers/api/users_controller.rb index e6922e0a0..43d5ec908 100644 --- a/app/controllers/api/users_controller.rb +++ b/app/controllers/api/users_controller.rb @@ -38,7 +38,7 @@ module Api def gpx_files @traces = current_user.traces.reload - render "api/traces/trace", :content_type => "application/xml" + render :content_type => "application/xml" end private