mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
parent
90ed23f64d
commit
b6ecae6a35
41 changed files with 1239 additions and 61 deletions
|
@ -56,6 +56,14 @@ class RegistrantUser < User
|
|||
username
|
||||
end
|
||||
|
||||
def first_name
|
||||
username.split.first
|
||||
end
|
||||
|
||||
def last_name
|
||||
username.split.second
|
||||
end
|
||||
|
||||
class << self
|
||||
def find_or_create_by_idc_data(idc_data, issuer_organization)
|
||||
return false if idc_data.blank?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue