Skip to content

Commit

Permalink
Camelizing the installer name
Browse files Browse the repository at this point in the history
  • Loading branch information
bermi committed Jan 3, 2010
1 parent 67ad38d commit 3bb5cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/akelos/active_support/testing/base.php
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3bb5cbb

Please sign in to comment.