Adding commented-out & empty Inflector::rule configurations to config/bootstrap.php. Definition of rules in bootstrap replace previous definitions found in config/inflections.php

This commit is contained in:
jperras 2009-03-18 01:54:27 -04:00
parent 0983a81c8d
commit 6068549418

View file

@ -41,4 +41,8 @@
*
*/
//EOF
// Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array()));
// Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array()));
?>