# File lib/i18n/backend/active_record/store_procs.rb, line 24 24: def value=(v) 25: case v 26: when Proc 27: write_attribute(:value, v.to_ruby) 28: write_attribute(:is_proc, true) 29: else 30: write_attribute(:value, v) 31: end 32: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.