Merge pull request #797 from internetee/remove-unused-methods

Remove unused methods
This commit is contained in:
Timo Võhmar 2018-04-17 12:35:52 +03:00 committed by GitHub
commit 34f6a77911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 35 deletions

View file

@ -215,17 +215,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