Method: Mobility::Backend::Sequel::Serialized#write
- Defined in:
- lib/mobility/backend/sequel/serialized.rb
permalink #write(locale, value, **options) ⇒ Object
Returns Value of translation.
43 44 45 |
# File 'lib/mobility/backend/sequel/serialized.rb', line 43 def write(locale, value, **) translations[locale] = value end |