aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-09-28 17:00:43 -0400
committerGitHub <noreply@github.com>2016-09-28 17:00:43 -0400
commita7b937d382948fc8d253ca26e951515ca23833ef (patch)
tree38f620a7840acbf229cdda33b569e3fe89270cc9 /activesupport
parentdb88160eff3a319c2b127cd4ea0281d7ac5473dc (diff)
parent1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12 (diff)
downloadrails-a7b937d382948fc8d253ca26e951515ca23833ef.tar.gz
rails-a7b937d382948fc8d253ca26e951515ca23833ef.tar.bz2
rails-a7b937d382948fc8d253ca26e951515ca23833ef.zip
Merge pull request #26652 from Neodelf/activesupport_2
[ci skip] Use class name instead of path to file
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/lazy_load_hooks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/lazy_load_hooks.rb b/activesupport/lib/active_support/lazy_load_hooks.rb
index b84c7253a0..ae1897b886 100644
--- a/activesupport/lib/active_support/lazy_load_hooks.rb
+++ b/activesupport/lib/active_support/lazy_load_hooks.rb
@@ -15,9 +15,9 @@ module ActiveSupport
# end
# end
#
- # When the entirety of +activerecord/lib/active_record/base.rb+ has been
+ # When the entirety of +ActiveRecord::Base+ has been
# evaluated then +run_load_hooks+ is invoked. The very last line of
- # +activerecord/lib/active_record/base.rb+ is:
+ # +ActiveRecord::Base+ is:
#
# ActiveSupport.run_load_hooks(:active_record, ActiveRecord::Base)
module LazyLoadHooks