method

devcontainer_json_path

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