diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index 2b6dbdcfe..123d451d1 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -2467,7 +2467,7 @@ class Model extends Overloadable { /** * Sets the DataSource to which this model is bound * - * @param string $dataSource The name of the DataSource, as defined in Connections.php + * @param string $dataSource The name of the DataSource, as defined in app/config/database.php * @return boolean True on success * @access public */