X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f05138db0f0fef5419e225419436fb13e20bf28b..17223b5177da34560e0eb55660b6c426a7e35ea2:/app/controllers/old_relation_controller.rb 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