class ActiveRecord::DatabaseConfigurations::HashConfig

def migrations_paths

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