Changeset 8119
- Timestamp:
- 11/09/07 19:14:28 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/associations.rb
r8113 r8119 1432 1432 end 1433 1433 1434 def aliased_table_names_for(table_name)1435 joins.select{|join| join.table_name == table_name }.collect{|join| join.aliased_table_name}1436 end1437 1438 1434 protected 1439 1435 def build(associations, parent = nil)