method

all

rails latest stable - Class: Rails::Generators::Database

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

all()
public

No documentation available.

# File railties/lib/rails/generators/database.rb, line 19
        def all
          @all ||= [
            MySQL.new,
            PostgreSQL.new,
            MariaDB.new,
            SQLite3.new,
          ]
        end