public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Removed unused code (closes #9906)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8119 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Fri Nov 09 11:14:28 -0800 2007
commit  21350d226e525a70a29076b65455193a0255a5c3
tree    91c28e003f0fa930bd2fe3f44934c83b6415620e
parent  5dc3f91832fd8580287e5cbeba478bb8b9580dc1
...
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
...
1431
1432
1433
 
 
 
 
1434
1435
1436
0
@@ -1431,10 +1431,6 @@
0
             end
0
           end
0
 
0
- def aliased_table_names_for(table_name)
0
- joins.select{|join| join.table_name == table_name }.collect{|join| join.aliased_table_name}
0
- end
0
-
0
           protected
0
             def build(associations, parent = nil)
0
               parent ||= @joins.last

Comments

    No one has commented yet.