Sha256: 5b733100f924a7ec3c59c1a5a7d59486af49d245f12e5c4cc841c86e23429be4

Contents?: true

Size: 433 Bytes

Versions: 7

Compression:

Stored size: 433 Bytes

Contents

# frozen_string_literal: true

module PG
  module AWS_RDS_IAM
    module ActiveRecordPostgreSQLDatabaseTasks
    end

    private_constant :ActiveRecordPostgreSQLDatabaseTasks
  end
end

if ActiveRecord::Tasks::PostgreSQLDatabaseTasks.private_instance_methods.include?(:psql_env)
  require_relative "active_record_postgresql_database_tasks/psql_env"
else
  require_relative "active_record_postgresql_database_tasks/set_psql_env"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pg-aws_rds_iam-0.7.0 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.6.2 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.6.1 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.6.0 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.5.0 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.4.2 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb
pg-aws_rds_iam-0.4.1 lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb