diff --git a/lib/encryption.rb b/lib/encryption.rb index 3ec9fbe..bf654e6 100644 --- a/lib/encryption.rb +++ b/lib/encryption.rb @@ -22,7 +22,7 @@ module Encryption # Should be able to just re-use the same key we already have! def self.key - raise "Key Missing" if !(KEY) + raise "Key Missing. Add one in initializers/key.rb" if !(KEY) KEY end