mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Merge branch '109367694-epp-id-conventions' into staging
This commit is contained in:
commit
fd54c382c3
5 changed files with 18 additions and 16 deletions
|
@ -67,8 +67,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def user_log_str(user)
|
||||
return 'public' if user.nil?
|
||||
"#{user.id}-#{user.class}: #{user.username}"
|
||||
user.nil? ? 'public' : user.string
|
||||
end
|
||||
|
||||
def comma_support_for(parent_key, key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue