aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-07-30 18:36:15 +0530
committerGitHub <noreply@github.com>2017-07-30 18:36:15 +0530
commit0e94a1d3380b50f01b3217bbc5a5edc154ebfc4c (patch)
tree9f5ede6eeaaad711ffff642150a735e5de888dad /activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
parentb5db73076914e7103466bd76bec785cbcfe88875 (diff)
parentb52849d42137b1b2c0b09a67babcbf858f501926 (diff)
downloadrails-0e94a1d3380b50f01b3217bbc5a5edc154ebfc4c.tar.gz
rails-0e94a1d3380b50f01b3217bbc5a5edc154ebfc4c.tar.bz2
rails-0e94a1d3380b50f01b3217bbc5a5edc154ebfc4c.zip
Merge pull request #30002 from y-yagi/change_http_postgresql_links_to_https
Change http postgresql.org links to https [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
index 32b01b4a31..780e642f21 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
@@ -224,7 +224,7 @@ module ActiveRecord
# Sets the schema search path to a string of comma-separated schema names.
# Names beginning with $ have to be quoted (e.g. $user => '$user').
- # See: http://www.postgresql.org/docs/current/static/ddl-schemas.html
+ # See: https://www.postgresql.org/docs/current/static/ddl-schemas.html
#
# This should be not be called manually but set in database.yml.
def schema_search_path=(schema_csv)