Method: Translatable::ActiveRecord::Attributes#write

Defined in:
lib/translatable/active_record/attributes.rb

#write(locale, name, value) ⇒ Object



21
22
23
24
# File 'lib/translatable/active_record/attributes.rb', line 21

def write(locale, name, value)
  #raise 'z' if value.nil? # TODO
  self[locale][name.to_s] = value
end