From 3222480b49d52cf84bfc1f37d5fdc06733d764ca Mon Sep 17 00:00:00 2001 From: Vladimir Krylov Date: Thu, 26 Nov 2015 14:52:40 +0200 Subject: [PATCH] Story#109040558/no_code fix route (cherry picked from commit 8b710dd) --- app/controllers/admin/pending_updates_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/pending_updates_controller.rb b/app/controllers/admin/pending_updates_controller.rb index 960b65ee5..4d08297d7 100644 --- a/app/controllers/admin/pending_updates_controller.rb +++ b/app/controllers/admin/pending_updates_controller.rb @@ -9,7 +9,7 @@ class Admin::PendingUpdatesController < AdminController if @epp_domain.apply_pending_update! redirect_to admin_domain_path(@domain.id), notice: t(:pending_applied) else - redirect_to admin_edit_domain_path(@domain.id), alert: t(:failure) + redirect_to edit_admin_domain_path(@domain.id), alert: t(:failure) end end