/ Published in: Rails
left most 4 digits of social.
In Ruby:
social_security[-4,4]
In Rails:
social_security.last[4]
In Ruby:
social_security[-4,4]
In Rails:
social_security.last[4]
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
social_security.last[4]