modify the way active record Pluralize/singularize

2013-03-22 Thread Francois Sery
hello, i'm new to Camping and i dont speek english very well so , please, forgive my mistakes...here is my question: i want to modify the way active record Pluralize/singularize my tables names. i have 2 classes: module Todo::models class Tache Base belongs_to :categorie end class Categorie

Re: modify the way active record Pluralize/singularize

2013-03-22 Thread Magnus Holm
the way active record Pluralize/singularize my tables names. i have 2 classes: module Todo::models class Tache Base belongs_to :categorie end class Categorie Base has_many :taches end end tache and categorie are french words. their plural form are taches and categories . when i write

Re: modify the way active record Pluralize/singularize

2013-03-22 Thread Francois Sery
speek english very well so , please, forgive my mistakes...here is my question: i want to modify the way active record Pluralize/singularize my tables names. i have 2 classes: module Todo::models class Tache Base belongs_to :categorie end class Categorie Base has_many