Module: MongoModel::Translation::ClassMethods

Includes:
ActiveModel::Translation
Defined in:
lib/mongomodel/concerns/translation.rb

Instance Method Summary collapse

Instance Method Details

#i18n_scopeObject

Set the i18n scope to overwrite ActiveModel.



9
10
11
# File 'lib/mongomodel/concerns/translation.rb', line 9

def i18n_scope #:nodoc:
  :mongomodel
end