Example: Given an ActiveRecord model with columns name_en and name_fr, adding ensures_translated_and_utf8 to the model will provide a _name method returning the correct column given current I18n.locale
Nico Arbogast
gem "utf8_translatable", "~> 0.0.0.1"