5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 06:16:56 +00:00

Merge branch 'cambiar-idioma-desde-login' into panel.sutty.nl

This commit is contained in:
f 2022-09-03 10:52:36 -03:00
commit 6c07b8c0be

View file

@ -44,7 +44,6 @@ class Usuarie < ApplicationRecord
private private
def lang_from_locale! def lang_from_locale!
binding.pry
self.lang = I18n.locale.to_s self.lang = I18n.locale.to_s
end end
end end