working on encryption

This commit is contained in:
cktricky
2013-11-13 18:24:26 -05:00
parent d9956caec1
commit efcb7b8c4b
7 changed files with 88 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
if Rails.env.production?
# Specify env variable/location/etc. to retrieve key from
elsif Rails.env.development?
KEY = "123456789101112123456789101112123456789101112"
end