mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
parent
0042fc2d5a
commit
e08afe0983
2 changed files with 19 additions and 0 deletions
|
@ -589,4 +589,9 @@ class Contact < ActiveRecord::Base
|
|||
return if priv?
|
||||
ident
|
||||
end
|
||||
|
||||
def id_code
|
||||
return unless priv?
|
||||
ident
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue