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 loads to see if they will automatically be handled by the initilizer.
Source
# File activerecord/lib/active_record.rb, line 36
def self.load_all!
[Base, DynamicFinderMatch, ConnectionAdapters::AbstractAdapter]
end
Defined in activerecord/lib/active_record.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord