X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8ad1ce97983a5d4fb86ccb8ee4cd640a76f95255..6a77bbe544b9866844473230b0c2406062ab9b5b:/app/controllers/api/old_controller.rb?ds=sidebyside diff --git a/app/controllers/api/old_controller.rb b/app/controllers/api/old_controller.rb index 49fdcf1a3..862d14716 100644 --- a/app/controllers/api/old_controller.rb +++ b/app/controllers/api/old_controller.rb @@ -30,9 +30,7 @@ module Api end # Render the result - respond_to do |format| - format.xml - end + render :formats => [:xml] end def version @@ -43,9 +41,7 @@ module Api response.last_modified = @old_element.timestamp # Render the result - respond_to do |format| - format.xml - end + render :formats => [:xml] end end