X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/97b14ce22a0c7d17bb0b303b3795297721bc31d4..68e55078ecfea0424507ed96e0dac38502768612:/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