I have a database table named 'abuses'. While baking the application the bake command named it's controller classname as "abuses" and filename as "abuses_controller.php" but when I baked the model the filename was "Abus.php" and classname was "Abus".
Is that a bug in cakePHP ? or did I miss something ?
Has anyone encountered the same problem yet ?
Thanks