From 3bb5cbb4b9b3b80867fca80b914a763e84408eb0 Mon Sep 17 00:00:00 2001 From: Bermi Ferrer Date: Sun, 3 Jan 2010 21:07:27 +0100 Subject: [PATCH] Camelizing the installer name --- vendor/akelos/active_support/testing/base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/akelos/active_support/testing/base.php b/vendor/akelos/active_support/testing/base.php index 8e74febb..18252c0f 100644 --- a/vendor/akelos/active_support/testing/base.php +++ b/vendor/akelos/active_support/testing/base.php @@ -262,6 +262,7 @@ public function uninstallModel($model) { } public function uninstallAndInstallMigration($installer_name) { + $installer_name = AkInflector::camelize($installer_name); return $this->_uninstallAndInstallMigration($installer_name, true); }