aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2018-07-24 08:20:04 -0400
committerGitHub <noreply@github.com>2018-07-24 08:20:04 -0400
commit48c287d1963fba09cf620527d35519f67d5ca01a (patch)
tree9a5d11f6f226616363b6ab505b2692576a68a92a /activerecord
parentbd139a59405044c27bf367cde671e4bdbf7ccb57 (diff)
parent7b9c19d94b18f340552f95225bf01d6f91804184 (diff)
downloadrails-48c287d1963fba09cf620527d35519f67d5ca01a.tar.gz
rails-48c287d1963fba09cf620527d35519f67d5ca01a.tar.bz2
rails-48c287d1963fba09cf620527d35519f67d5ca01a.zip
Merge pull request #33426 from pwim/https-guide-links
Rails guides are now served over https
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/relation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb
index fce5b66719..e7224658c4 100644
--- a/activerecord/lib/active_record/relation.rb
+++ b/activerecord/lib/active_record/relation.rb
@@ -217,7 +217,7 @@ module ActiveRecord
# are needed by the next ones when eager loading is going on.
#
# Please see further details in the
- # {Active Record Query Interface guide}[http://guides.rubyonrails.org/active_record_querying.html#running-explain].
+ # {Active Record Query Interface guide}[https://guides.rubyonrails.org/active_record_querying.html#running-explain].
def explain
exec_explain(collecting_queries_for_explain { exec_queries })
end