method

all_docker_builds

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ChangeGenerator
all_docker_builds() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 62
            def all_docker_builds
              DATABASES.map { |database| docker_for_database_build(database).nil? ? nil : docker_for_database_build(database) }.compact!
            end
Register or log in to add new notes.