method

freeze_paths

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ZeitwerkIntegration
freeze_paths() private

No documentation

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

Hide source
# File activesupport/lib/active_support/dependencies/zeitwerk_integration.rb, line 106
          def freeze_paths
            Dependencies.autoload_paths.freeze
            Dependencies.autoload_once_paths.freeze
            Dependencies._eager_load_paths.freeze
          end
Register or log in to add new notes.