# File lib/i18n/backend/active_record/store_procs.rb, line 24 def value=(v) case v when Proc write_attribute(:value, v.to_ruby) write_attribute(:is_proc, true) else write_attribute(:value, v) end end