mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
get contact info through domain transferred code
This commit is contained in:
parent
07bd3fba63
commit
bc31a8231b
2 changed files with 9 additions and 1 deletions
|
@ -16,6 +16,10 @@ class Epp::Contact < Contact
|
|||
throw(:abort)
|
||||
end
|
||||
|
||||
def transferred_passwords
|
||||
domains.pluck(:transfer_code)
|
||||
end
|
||||
|
||||
class << self
|
||||
# support legacy search
|
||||
def find_by_epp_code(code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue