Module: Utf8Translatable::Base
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/utf8_translatable/base.rb
Overview
translates translatable columns (ex: title_en / title_fr => _title) ensures db queries return utf8 safe strings (monkey patching linked to ruby encoding issues in 2010)
Defined Under Namespace
Modules: ClassMethods