RubyGems.org

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

installgem install utf8_translatable -v 0.0.0.1
Authors

Nico Arbogast

556 total downloads 285 for this version
Owners

A0c3eb059cfdc5a3cbac18d89d79ec3a

Gemfile
gem "utf8_translatable", "~> 0.0.0.1"
Versions
  1. 0.0.0.2 January 11, 2013
  2. 0.0.0.1 November 23, 2012
Show all versions (4 total)
Runtime Dependencies
  1. rails ~> 3.2.8