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, = {}) = (data) super(locale, , ) end |