Re: Plurals Problem

2006-06-30 Thread John Zimmerman [gmail]
More info on the problem...So I have a Filter model and a FilterCriterion model.  A Filter hasMany FilterCriterion and a FilterCriterion belongs to a FilterIf I load the Filters controller it comes up fine if I have 'filter_criterion' => 'filter_criteria' in the irregularPlurals array in inflection

Plurals Problem

2006-06-30 Thread John Zimmerman [gmail]
I have a little bit of a plurals problem.The setup I am trying to implement here is the following:Model: filter_criterion.phpTable: filter_criteriaController: filter_criteria_controller.php What happens when accessing the hostname/filter_criteria url is that it says I need a model named 'FilterCrit