Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Andres Keskküla 2014-08-07 16:39:18 +03:00
commit a0d5823979
4 changed files with 27 additions and 11 deletions

View file

@ -30,8 +30,7 @@ module Epp::DomainsHelper
if @domain.renew(ph[:curExpDate], ph[:period])
render '/epp/domains/renew'
else
handle_errors
render '/epp/error'
handle_errors(@domain)
end
end