Sha256: 4362e440d905bc52289d104342f8977308bbcb69eb22fca95b9b5204872949ca
Contents?: true
Size: 298 Bytes
Versions: 7
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module PG module AWS_RDS_IAM module ActiveRecordPostgreSQLDatabaseTasks private def psql_env super.tap do |psql_env| AuthTokenInjector.new.inject_into_psql_env! configuration_hash, psql_env end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems