diff options
author | Andrey Molchanov <neodelf@gmail.com> | 2016-09-28 23:31:54 +0300 |
---|---|---|
committer | Andrey Molchanov <neodelf@gmail.com> | 2016-09-28 23:31:54 +0300 |
commit | 1ba3ee4dd17d9dc4e7a851c8b5da60a8020b3f12 (patch) | |
tree | 38f620a7840acbf229cdda33b569e3fe89270cc9 /activesupport | |
parent | db88160eff3a319c2b127cd4ea0281d7ac5473dc (diff) | |
download | rails-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.rb | 4 |
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 |