method
eager_load!
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch
eager_load!()public
No documentation available.
# File actionpack/lib/action_dispatch.rb, line 141
def eager_load!
super
Routing.eager_load!
end eager_load!()No documentation available.
# File actionpack/lib/action_dispatch.rb, line 141
def eager_load!
super
Routing.eager_load!
end