aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-11 07:45:56 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-11 07:45:56 +0000
commit7858a32e1b2e5a64b0ef774530f0d80a588ed8f3 (patch)
tree26607a7b762196219843a92a579a98acad8e1bbc /activerecord/lib/active_record/associations.rb
parent800b899f9685a12e0e255e29369eac36e2985d28 (diff)
downloadrails-7858a32e1b2e5a64b0ef774530f0d80a588ed8f3.tar.gz
rails-7858a32e1b2e5a64b0ef774530f0d80a588ed8f3.tar.bz2
rails-7858a32e1b2e5a64b0ef774530f0d80a588ed8f3.zip
Remove deprecated find_first and find_all.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6998 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rwxr-xr-xactiverecord/lib/active_record/associations.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index c1e93116d5..d30756b9c7 100755
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -1205,7 +1205,6 @@ module ActiveRecord
deprecated_remove_association_relation(association_name)
deprecated_has_collection_method(association_name)
deprecated_find_in_collection_method(association_name)
- deprecated_find_all_in_collection_method(association_name)
deprecated_collection_create_method(association_name)
deprecated_collection_build_method(association_name)
end