method

encrypted_configuration

rails latest stable - Class: Rails::Command::EncryptedCommand
encrypted_configuration()
private

No documentation available.

# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 41
        def encrypted_configuration
          @encrypted_configuration ||= Rails.application.encrypted(content_path, key_path: key_path)
        end