end
def version
- if old_relation = OldRelation.where(:id => params[:id], :version => params[:version]).first
+ if old_relation = OldRelation.where(:relation_id => params[:id], :version => params[:version]).first
response.last_modified = old_relation.timestamp
doc = OSM::API.new.get_xml_doc