• J
    Add a host method to HashConfig · b6f398bc
    John Crepezzi 提交于
    This is the last property that's used directly inside of Rails (in
    `DatabaseTasks`) that doesn't have an accessor in `HashConfig`.
    
    Adding this so that we can have a uniform interface for accessing
    properties that Rails needs (that descend from
    `DatabaseConfigurations::DatabaseConfig`)
    Co-authored-by: Neileencodes <eileencodes@gmail.com>
    b6f398bc
database_tasks.rb 18.4 KB