Fix Lint/SymbolConversion
cop (#28175)
This commit is contained in:
parent
aa8563d43d
commit
5631f139c1
4 changed files with 4 additions and 4 deletions
|
@ -62,7 +62,7 @@ class UserSettings::Setting
|
|||
|
||||
def key
|
||||
if namespace
|
||||
"#{namespace}.#{name}".to_sym
|
||||
:"#{namespace}.#{name}"
|
||||
else
|
||||
name
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue