method

edit_devcontainer_files

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.

edit_devcontainer_files()
public

No documentation available.

# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 55
          def edit_devcontainer_files
            return unless devcontainer?

            edit_devcontainer_json
            edit_compose_yaml
          end