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

@ -38,16 +38,6 @@ class Epp::Domain < Domain
ok
end
before_save :link_contacts
def link_contacts
#TODO: cleanup cache if we think to cache dynamic statuses
end
after_destroy :unlink_contacts
def unlink_contacts
#TODO: cleanup cache if we think to cache dynamic statuses
end
class << self
def new_from_epp(frame, current_user)
domain = Epp::Domain.new