From 6068549418adb5dde9d9aebbff7884de47a9b75c Mon Sep 17 00:00:00 2001 From: jperras Date: Wed, 18 Mar 2009 01:54:27 -0400 Subject: [PATCH] Adding commented-out & empty Inflector::rule configurations to config/bootstrap.php. Definition of rules in bootstrap replace previous definitions found in config/inflections.php --- app/config/bootstrap.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/config/bootstrap.php b/app/config/bootstrap.php index b817172c7b9..da6f9149399 100644 --- a/app/config/bootstrap.php +++ b/app/config/bootstrap.php @@ -41,4 +41,8 @@ * */ //EOF -?> \ No newline at end of file + +// Inflector::rule('plural', array('rules' => array(), 'irregular' => array(), 'uninflected' => array())); +// Inflector::rule('singular', array('rules' => array(), irregular' => array(), 'uninflected' => array())); + +?>