method
public_schema_config
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Tasks::PostgreSQLDatabaseTasks
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