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