Module: Mongoid::Localization

Extended by:
ActiveSupport::Concern
Defined in:
lib/mongoid/localization.rb,
lib/mongoid/localization/version.rb

Overview

this module adds attribute reader and writer methods for any mongoid document fields that have :localize set to true. This methods will access or write a hash of translations to any of these fields by using methods with “_translations” appended to them

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.0.4"