mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Updated bullet issue for Domain create
This commit is contained in:
parent
0533d16028
commit
c5860bde98
3 changed files with 6 additions and 6 deletions
|
@ -156,7 +156,7 @@ class Epp::DomainsController < EppController
|
|||
|
||||
def find_domain
|
||||
domain_name = params[:parsed_frame].css('name').text.strip.downcase
|
||||
@domain = Epp::Domain.where(name: domain_name).first
|
||||
@domain = Epp::Domain.where(name: domain_name).includes(owner_contact: :registrar).first
|
||||
|
||||
unless @domain
|
||||
epp_errors << {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue