got the code kicked off so we can encrypt SSN(s) in the database

This commit is contained in:
cktricky
2013-11-13 19:51:42 -05:00
parent 4be667b606
commit b605a42812
4 changed files with 21 additions and 28 deletions
+2
View File
@@ -24,6 +24,8 @@ class User < ActiveRecord::Base
build_retirement(POPULATE_RETIREMENTS.shuffle.first)
build_paid_time_off(POPULATE_PAID_TIME_OFF.shuffle.first).schedule.build(POPULATE_SCHEDULE.shuffle.first)
build_work_info(POPULATE_WORK_INFO.shuffle.first)
# Uncomment below line to use encrypted SSN(s)
#work_info.build_key_management(:iv => SecureRandom.hex(32))
performance.build(POPULATE_PERFORMANCE.shuffle.first)
end