[ci skip] Use class name instead of path to file

This commit is contained in:
Andrey Molchanov 2016-09-28 23:31:54 +03:00
parent db88160eff
commit 1ba3ee4dd1

@ -15,9 +15,9 @@ module ActiveSupport
# end # end
# 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 # 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) # ActiveSupport.run_load_hooks(:active_record, ActiveRecord::Base)
module LazyLoadHooks module LazyLoadHooks