method

devcontainer_json

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()
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