aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAndrey Molchanov <neodelf@gmail.com>2016-09-28 23:31:54 +0300
committerAndrey Molchanov <neodelf@gmail.com>2016-09-28 23:31:54 +0300
commit1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12 (patch)
tree38f620a7840acbf229cdda33b569e3fe89270cc9 /activesupport
parentdb88160eff3a319c2b127cd4ea0281d7ac5473dc (diff)
downloadrails-1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12.tar.gz
rails-1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12.tar.bz2
rails-1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12.zip
[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