X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3e355d7dc0fff308170bb7c47dea7e8aa8e54acd..dbf4e326715e64cf7dd1d554a5a2833b6ac0b563:/app/controllers/relation_controller.rb diff --git a/app/controllers/relation_controller.rb b/app/controllers/relation_controller.rb index 3f185254b..2b1ba6c75 100644 --- a/app/controllers/relation_controller.rb +++ b/app/controllers/relation_controller.rb @@ -31,7 +31,7 @@ class RelationController < ApplicationController def read begin relation = Relation.find(params[:id]) - + response.headers['Last-Modified'] = relation.timestamp.rfc822 if relation.visible render :text => relation.to_xml.to_s, :content_type => "text/xml" else