Method: Translatable::ActiveRecord::Attributes#read
- Defined in:
- lib/translatable/active_record/attributes.rb
#read(locale, name) ⇒ Object
17 18 19 |
# File 'lib/translatable/active_record/attributes.rb', line 17 def read(locale, name) self[locale][name.to_s] end |