Method: ActionDispatch::Routing::RouteSet#eager_load!

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

#eager_load!Object

[View source]

386
387
388
389
390
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 386

def eager_load!
  router.eager_load!
  routes.each(&:eager_load!)
  nil
end