method

database

rails latest stable - Class: Rails::Command::DevcontainerCommand

Method not available on this version

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

database()
private

No documentation available.

# File railties/lib/rails/commands/devcontainer/devcontainer_command.rb, line 33
        def database
          adapter = ActiveRecord::Base.connection_db_config.adapter
          adapter == "mysql2" ? "mysql" : adapter
        end