class method
self.load_all!
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
self.load_all!()
TODO: Review explicit to see if they will automatically be handled by the initilizer if they are really needed.
Source
# File actionpack/lib/action_controller.rb, line 41
def self.load_all!
[Base, CGIHandler, CgiRequest, Request, Response, Http::Headers, UrlRewriter, UrlWriter]
end
Defined in actionpack/lib/action_controller.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController