Module: GetaroundUtils::I18nBackend::FlatKeys

Defined in:
lib/getaround_utils/i18n_backend/flat_keys.rb

Instance Method Summary collapse

Instance Method Details

#store_translations(locale, data, options = {}) ⇒ Object



9
10
11
12
# File 'lib/getaround_utils/i18n_backend/flat_keys.rb', line 9

def store_translations(locale, data, options = {})
  expanded = expand_dot_keys(data)
  super(locale, expanded, options)
end