aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/core.rb
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-22 08:54:47 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-22 11:43:33 +0900
commitc7641eb29b30b4cab61da3a0cfd6e4154f41a79b (patch)
tree388c872512d2bd18772100f6879e62cfe86c1dbf /activerecord/lib/active_record/core.rb
parent3580edc9faf5cc0a0e467911d0a4dc4faf153709 (diff)
downloadrails-c7641eb29b30b4cab61da3a0cfd6e4154f41a79b.tar.gz
rails-c7641eb29b30b4cab61da3a0cfd6e4154f41a79b.tar.bz2
rails-c7641eb29b30b4cab61da3a0cfd6e4154f41a79b.zip
Update links to use https instead of http [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/core.rb')
-rw-r--r--activerecord/lib/active_record/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index a84e62ab11..945c4eca78 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -529,7 +529,7 @@ module ActiveRecord
#
# So we can avoid the +method_missing+ hit by explicitly defining +#to_ary+ as +nil+ here.
#
- # See also http://tenderlovemaking.com/2011/06/28/til-its-ok-to-return-nil-from-to_ary.html
+ # See also https://tenderlovemaking.com/2011/06/28/til-its-ok-to-return-nil-from-to_ary.html
def to_ary
nil
end