Hi folks, I am a Rails/Ruby newbie and this is my first post in this group, so please be patient. I have an application which uses tables like "countries" and "languages". I installed yesterday globalize which also creates sever tables like "globalize_countries" and "globalize_languages". Today I wanted to create scaffold methods for my tables, but scaffold uses instead the globalize methods. So I tried to use set_table_name "countries" in class Country, but it still uses the globalize tables. Any suggestions besides renaming my tables? Thank you! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---