X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/231177aa29c8c09135d9921956341a5f477cbb7b..fa51bcbcb2868486a584a4cb4928a02899623d79:/app/controllers/old_ways_controller.rb diff --git a/app/controllers/old_ways_controller.rb b/app/controllers/old_ways_controller.rb index e7b0fed6e..1b3ebd747 100644 --- a/app/controllers/old_ways_controller.rb +++ b/app/controllers/old_ways_controller.rb @@ -10,6 +10,6 @@ class OldWaysController < OldElementsController @type = "way" @feature = OldWay.preload(:old_tags, :changeset => [:changeset_tags, :user], :old_nodes => { :node => [:node_tags, :ways] }).find([params[:id], params[:version]]) rescue ActiveRecord::RecordNotFound - render :action => "not_found", :status => :not_found + render "browse/not_found", :status => :not_found end end