# File lib/active_record/attribute_methods/write.rb, line 12
12: def define_method_attribute=(attr_name)
13: generated_attribute_methods.module_eval("def #{attr_name}=(new_value); write_attribute('#{attr_name}', new_value); end", __FILE__, __LINE__)
14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.