X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/75a49786f8bcb76715cf4009ba807a844baae282..97036c181e307dae10bb019dbcbd7a50d30bb3b8:/app/controllers/api/ways_controller.rb?ds=sidebyside diff --git a/app/controllers/api/ways_controller.rb b/app/controllers/api/ways_controller.rb index a721f82f7..95f36df53 100644 --- a/app/controllers/api/ways_controller.rb +++ b/app/controllers/api/ways_controller.rb @@ -13,11 +13,6 @@ module Api before_action :default_format_xml - # Set format to xml unless client requires a specific format - def default_format_xml - request.format = "xml" unless params[:format] - end - def create assert_method :put