Method: ActiveSupport::EncryptedConfiguration::InvalidContentError#message

Defined in:
activesupport/lib/active_support/encrypted_configuration.rb

#messageObject



41
42
43
# File 'activesupport/lib/active_support/encrypted_configuration.rb', line 41

def message
  cause.is_a?(Psych::SyntaxError) ? "#{super}\n\n  #{cause.message}" : super
end