Changeset 8260
- Timestamp:
- 12/03/07 02:22:06 (7 months ago)
- Files:
-
- trunk/activerecord/lib/active_record/base.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/base.rb
r8259 r8260 1817 1817 returning klass.new do |became| 1818 1818 became.instance_variable_set("@attributes", @attributes) 1819 became.instance_variable_set("@attributes_cache", @attributes_cache) 1819 1820 became.instance_variable_set("@new_record", new_record?) 1820 1821 end