method

driver_configured?

rails latest stable - Class: Rails::Command::CredentialsCommand::Diffing

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

driver_configured?()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command/diffing.rb, line 29
    def driver_configured?
      system "git config --get diff.rails_credentials.textconv", out: File::NULL
    end