method

devcontainer_json

devcontainer_json()
private

No documentation available.

# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 183
            def devcontainer_json
              return unless File.exist?(devcontainer_json_path)

              @devcontainer_json ||= JSON.parse(File.read(devcontainer_json_path))
            end