method

host

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

Method not available on this version

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

host()
public

No documentation available.

# File railties/lib/rails/generators/database.rb, line 44
        def host
          "127.0.0.1"
        end