Get rid of scaffold pluralization

I’m new to RoR and I was wondering how I can stop RoR from requiring
plural table names for controllers/models…it’s really annoying! Thanks
for any/all input guys.

On 1/12/07, Dave Mr. [email protected] wrote:

I’m new to RoR and I was wondering how I can stop RoR from requiring
plural table names for controllers/models…it’s really annoying! Thanks
for any/all input guys.

config.active_record.pluralize_table_names = false

Might be better to ask Rails-specific question on the Rails list:

http://groups.google.com/group/rubyonrails-talk?hl=en