method

run_after_load_paths

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: RoutesReloader
run_after_load_paths() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application/routes_reloader.rb, line 54
      def run_after_load_paths
        @run_after_load_paths ||= -> { }
      end
Register or log in to add new notes.