Module: Ripple::Translation
- Includes:
- Riak::Util::Translation
- Included in:
- Association, Associations::ClassMethods, AttributeMethods, Conflict::Resolver, DocumentInvalid, DocumentNotFound, EmbeddedDocument, EmbeddedDocument::AroundCallbacks, Index, MissingConfiguration, NoRootDocument, PropertyTypeMismatch, Validations::AssociatedValidator
- Defined in:
- lib/ripple/translation.rb
Overview
Adds i18n translation/string-lookup capabilities.
Instance Method Summary collapse
-
#i18n_scope ⇒ Object
The scope of i18n keys to search (:ripple).
Instance Method Details
#i18n_scope ⇒ Object
The scope of i18n keys to search (:ripple).
10 11 12 |
# File 'lib/ripple/translation.rb', line 10 def i18n_scope :ripple end |