read()
Allow a config to be started without a file present
# File activesupport/lib/active_support/encrypted_configuration.rb, line 20 def read super rescue ActiveSupport::EncryptedFile::MissingContentError "" end