Changeset 9191 for trunk/activerecord/lib/active_record/fixtures.rb
- Timestamp:
- 04/01/08 06:33:16 (5 months ago)
- Files:
-
- trunk/activerecord/lib/active_record/fixtures.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/fixtures.rb
r9093 r9191 562 562 563 563 # allow a standard key to be used for doing defaults in YAML 564 delete(assoc("DEFAULTS")) 564 if is_a?(Hash) 565 delete('DEFAULTS') 566 else 567 delete(assoc('DEFAULTS')) 568 end 565 569 566 570 # track any join tables we need to insert later