class ActiveRecord::DatabaseConfigurations::HashConfig

def migrations_paths

key is present in the config, `migrations_paths` will return its value.
The migrations paths for a database configuration. If the `migrations_paths`
def migrations_paths
  configuration_hash[:migrations_paths]
end