class Rails::Engine::Configuration

def all_eager_load_paths # :nodoc:

:nodoc:
+paths+.
Private method that adds custom eager load paths to the ones defined by
def all_eager_load_paths # :nodoc:
  eager_load_paths + paths.eager_load
end