I added this rule to inflections: inflect.uncountable 'data'
My table name use to be AuthDatas and I want it to be AuthData. I migrated the db to change the table name and verified in the debugger that in fact "data".singularize and "data".pluralize == 'data'. But when I go to load the model: AuthData I get the error "AuthData(Table doesn't exist)" Am I confused or is something not right? The *reason* I made the change was to make the table name pretty! No other reason. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.