Remove unneccessary country

This commit is contained in:
Martin Lensment 2015-02-02 12:53:16 +02:00
parent b86e2d1edb
commit 62fa762627
7 changed files with 4 additions and 89 deletions

View file

@ -52,3 +52,4 @@ class Admin::DomainsController < AdminController
end
end
end

View file

@ -2,7 +2,7 @@ class Nameserver < ActiveRecord::Base
include Versions # version/nameserver_version.rb
include EppErrors
belongs_to :registrar
# belongs_to :registrar
belongs_to :domain
# rubocop: disable Metrics/LineLength