From: Sammy Larbi Date: 2007-05-01T00:52:15+09:00 Subject: Re: RoR how does scaffold work? > > Damian wrote: >> Hi! >> >> Rails uses English rules for pluralisation, so the table should be >> named "entries". >> If you're unsure about the form you should use, you can always check >> from script/console: >> >> "entry".pluralize >> => "entries" >> >> Yours sincerely, >> Damian/Three-eyed Fish >> > > Nice catch Damian, I hadn't even thought to look at the table name!