method
eager_load!
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActionController
eager_load!()
public
Hide source
# File actionpack/lib/action_controller.rb, line 46 def self.eager_load! super ActionController::Caching.eager_load! end