Module: Rich::I18n

Extended by:
I18n
Included in:
I18n
Defined in:
lib/rich/i18n.rb,
lib/rich/i18n/engine.rb,
lib/rich/i18n/formtastic.rb,
lib/rich/i18n/core/array/merging.rb,
lib/rich/i18n/core/object/output.rb,
lib/rich/i18n/core/enriched_string.rb,
lib/rich/i18n/core/enumerable/methods.rb,
lib/rich/i18n/core/string/enrichments.rb,
lib/rich/i18n/core/string/inflections.rb,
lib/rich/i18n/actionpack/action_view/sanitizor.rb,
lib/rich/i18n/core/string/internationalization.rb,
lib/rich/i18n/core/symbol/internationalization.rb

Defined Under Namespace

Modules: Actionpack, Core, Engine, Formtastic

Constant Summary collapse

CONTROLLER_HOOKED =
true

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



6
7
8
# File 'lib/rich/i18n.rb', line 6

def method_missing(method, *args)
  ::I18n.send method, *args
end