mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Story#no_code fix route
This commit is contained in:
parent
00b702b06f
commit
8b710dda84
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue