mirror of
https://github.com/internetee/registry.git
synced 2025-07-12 05:58:23 +02:00
Refactor domain create xml builder, add dnskey model
This commit is contained in:
parent
b85420a598
commit
7d7a399ead
8 changed files with 102 additions and 45 deletions
|
@ -43,7 +43,7 @@ class Client::DomainsController < ClientController
|
|||
redirect_to [:client, @domain]
|
||||
else
|
||||
build_associations
|
||||
flash[:alert] = I18n.t('shared.failed_to_update_domain')
|
||||
flash.now[:alert] = I18n.t('shared.failed_to_update_domain')
|
||||
render 'edit'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue