instance method
eager_load!
Ruby on Rails 8.0.4
Since v3.0.20Signature
eager_load!()
No documentation comment.
Source
# File railties/lib/rails/engine.rb, line 490
def eager_load!
# Already done by Zeitwerk::Loader.eager_load_all. By now, we leave the
# method as a no-op for backwards compatibility.
end
Defined in railties/lib/rails/engine.rb line 490
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine