method

public_schema_config

public_schema_config()
private

No documentation available.

# File activerecord/lib/active_record/tasks/postgresql_database_tasks.rb, line 102
        def public_schema_config
          configuration_hash.merge(database: "postgres", schema_search_path: "public")
        end