X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fd6f00b069af5a7b87227ea4c3401dc461d7311a..9b3496d2e29006154afb29e549230f8e4f201612:/app/controllers/old_relation_controller.rb?ds=sidebyside diff --git a/app/controllers/old_relation_controller.rb b/app/controllers/old_relation_controller.rb index f8ebbd070..159b56f20 100644 --- a/app/controllers/old_relation_controller.rb +++ b/app/controllers/old_relation_controller.rb @@ -35,7 +35,7 @@ class OldRelationController < ApplicationController rescue ActiveRecord::RecordNotFound render :nothing => true, :status => :not_found rescue - render :nothing => true, :status => :internetal_service_error + render :nothing => true, :status => :internal_service_error end end end