You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rails 6 and when i use has_encrypted_column it just throws the binary string instead decrypted value any help here.
has_encrypted_column :date_of_birth
p = PersonalInfo.last
p.date_of_birth is "x313937392d30332d3034"
instead i wanted the value as "1995-08-01"
Any help here.
The text was updated successfully, but these errors were encountered:
I am using rails 6 and when i use has_encrypted_column it just throws the binary string instead decrypted value any help here.
has_encrypted_column :date_of_birth
p = PersonalInfo.last
p.date_of_birth is "x313937392d30332d3034"
instead i wanted the value as "1995-08-01"
Any help here.
The text was updated successfully, but these errors were encountered: