Module: CoreExtensions

Defined in:
lib/core_extensions/date.rb,
lib/core_extensions/hash.rb,
lib/core_extensions/i18n/always_cascade.rb,
lib/core_extensions/ox/element_additions.rb,
lib/core_extensions/i18n/handle_blank_value.rb,
lib/core_extensions/active_record/migration_helpers.rb,
lib/core_extensions/active_support/duration_additions.rb

Overview

I18n.translate(“greetings.welcome”) # => “translation missing: en.greetings.welcome”

With cascading:

I18n.translate(“greetings.welcome”) # => “Gidday!”

For more information: svenfuchs.com/2011/2/11/organizing-translations-with-i18n-cascade-and-i18n-missingtranslations

Defined Under Namespace

Modules: ActiveRecord, ActiveSupport, Date, Hash, I18n, Ox