method

devcontainer_json_path

rails latest stable - Class: Rails::Generators::Db::System::ChangeGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

devcontainer_json_path()
private

No documentation available.

# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 189
            def devcontainer_json_path
              File.expand_path(".devcontainer/devcontainer.json", destination_root)
            end