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

This commit is contained in:
Andres Keskküla 2014-08-15 11:53:12 +03:00
commit 5fa1107e3e
11 changed files with 123 additions and 45 deletions

View file

@ -29,6 +29,8 @@ module Epp::DomainsHelper
def info_domain
@domain = find_domain
handle_errors(@domain) and return unless @domain
render '/epp/domains/info'
end