method

new_framework_defaults_path

new_framework_defaults_path()
private

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/configuring/check/framework_defaults.rb, line 41
            def new_framework_defaults_path
              NEW_FRAMEWORK_DEFAULTS_PATH %
                { version: checker.rails_version.tr(".", "_") }
            end