Basically, all my tables look like this: create_table "countries", :force => true do |t| t.string "name_en" t.string "name_ja" end
If the locale is set to 'en', I want Country.name to return Country.name_en. Is there a way to do this? Rich -- Posted via http://www.ruby-forum.com/. _______________________________________________ Railsi18n-discussion mailing list Railsi18n-discussion@rubyforge.org http://rubyforge.org/mailman/listinfo/railsi18n-discussion