method
devcontainer_json_path
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::Db::System::ChangeGenerator
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