Remove unused methods

This commit is contained in:
Artur Beljajev 2018-03-31 12:00:19 +03:00
parent 5b0032cd30
commit b694f0c2f6
4 changed files with 0 additions and 40 deletions

View file

@ -220,17 +220,6 @@ class Domain < ActiveRecord::Base
end
class << self
def included
includes(
:registrant,
:registrar,
:nameservers,
:whois_record,
{ tech_contacts: :registrar },
{ admin_contacts: :registrar }
)
end
def nameserver_required?
Setting.nameserver_required
end