class method
self.load_all!
Ruby on Rails 3.0.20
Since v2.3.18 Last seen in v3.2.22.5Signature
self.load_all!()
No documentation comment.
Source
# File activesupport/lib/active_support.rb, line 28
def load_all!; load_all_hooks.each { |hook| hook.call } end
Defined in activesupport/lib/active_support.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport