method
load_all!
load_all!()
public
Hide source
# File activesupport/lib/active_support.rb, line 30 def load_all!; load_all_hooks.each { |hook| hook.call } end


