fixed the route

This commit is contained in:
cktricky
2013-11-13 12:16:48 -05:00
15 changed files with 362 additions and 116 deletions
@@ -0,0 +1,5 @@
class AddEncryptedSsnToWorkInfos < ActiveRecord::Migration
def change
add_column :work_infos, :encrypted_ssn, :binary
end
end