Delegate Account#user_locale method and allow nil (#2927)
This commit is contained in:
committed by
Eugen Rochko
parent
cd830a2fab
commit
7a7d12d27f
@ -35,6 +35,6 @@ class LanguageDetector
|
||||
end
|
||||
|
||||
def default_locale
|
||||
account&.user&.locale || I18n.default_locale
|
||||
account&.user_locale || I18n.default_locale
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user