Exception: SpamProtect::Errors::EncryptionUnavailable

Inherits:
Error
  • Object
show all
Defined in:
lib/spam_protect/errors/encryption_unavailable.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/spam_protect/errors/encryption_unavailable.rb', line 6

def message
  "ActiveSupport encryption helpers are not available. Please ensure the 'activesupport' gem is included in your project."
end