Refactor domain create xml builder, add dnskey model

This commit is contained in:
Martin Lensment 2014-10-01 16:53:42 +03:00
parent b85420a598
commit 7d7a399ead
8 changed files with 102 additions and 45 deletions

View file

@ -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