This website requires JavaScript.
Explore
Help
Sign In
ben
/
obdev
Watch
1
Star
0
Fork
You've already forked obdev
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
attempt2
obdev
/
app
/
helpers
/
participants_helper.rb
7 lines
132 B
Ruby
Raw
Permalink
Blame
History
module
ParticipantsHelper
def
mask_ssn
(
ssn
)
return
''
if
ssn
.
blank?
"
*****
#{
ssn
[
-
4
..
-
1
]
}
"
end
end
Reference in New Issue
View Git Blame
Copy Permalink