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