Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8119

Show
Ignore:
Timestamp:
11/09/07 19:14:28 (1 year ago)
Author:
david
Message:

Removed unused code (closes #9906)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/lib/active_record/associations.rb

    r8113 r8119  
    14321432          end 
    14331433 
    1434           def aliased_table_names_for(table_name) 
    1435             joins.select{|join| join.table_name == table_name }.collect{|join| join.aliased_table_name} 
    1436           end 
    1437  
    14381434          protected 
    14391435            def build(associations, parent = nil)