mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Use class name instead of path to file
This commit is contained in:
parent
db88160eff
commit
1ba3ee4dd1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue