mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Registrant User: Fix UUID ident parsing
This commit is contained in:
parent
40b7897e4b
commit
ea2f9dcbb6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class RegistrantUser < User
|
|||
delegate :can?, :cannot?, to: :ability
|
||||
|
||||
def ident
|
||||
registrant_ident.to_s.split('-').last
|
||||
registrant_ident.to_s.slice(3)
|
||||
end
|
||||
|
||||
def country
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue