Skip to content

Commit

Permalink
Adding commented-out & empty Inflector::rule configurations to config…
Browse files Browse the repository at this point in the history
…/bootstrap.php. Definition of rules in bootstrap replace previous definitions found in config/inflections.php
  • Loading branch information
jperras committed Mar 18, 2009
1 parent 0983a81 commit 6068549
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/config/bootstrap.php
Expand Up @@ -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()));

?>

0 comments on commit 6068549

Please sign in to comment.