mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Story 109367694 - refactor method name
This commit is contained in:
parent
3f906b5ac6
commit
e5a0149d1e
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class ApplicationController < ActionController::Base
|
|||
end
|
||||
|
||||
def user_log_str(user)
|
||||
user.nil? ? 'public' : user.string
|
||||
user.nil? ? 'public' : user.id_role_username
|
||||
end
|
||||
|
||||
def comma_support_for(parent_key, key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue