instance method run_after_load_paths_callback

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

run_after_load_paths_callback()

No documentation comment.

Source
# File railties/lib/rails/application/routes_reloader.rb, line 104
      def run_after_load_paths_callback
        if @run_once_after_load_paths
          @run_once_after_load_paths.call
          @run_once_after_load_paths = nil
        end
      end

Defined in railties/lib/rails/application/routes_reloader.rb line 104 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Application::RoutesReloader

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close