5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 06:06:57 +00:00
This commit is contained in:
f 2022-09-03 10:51:58 -03:00
parent 0afe4b6aba
commit 3595342d3a

View file

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