aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-04-10 22:16:08 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-04-10 22:16:08 -0700
commitf46fd6f2fceb22f00669f066fc98f92a18e5875f (patch)
tree92abc56f27ff5c25639e9cd34bb2ff1411bee7a9 /activerecord/lib
parent4b17082107aced980fc4b511028ee763247bc5ab (diff)
parent2e74177d0b61f872b773285471ff9025f0eaa96c (diff)
downloadrails-f46fd6f2fceb22f00669f066fc98f92a18e5875f.tar.gz
rails-f46fd6f2fceb22f00669f066fc98f92a18e5875f.tar.bz2
rails-f46fd6f2fceb22f00669f066fc98f92a18e5875f.zip
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'activerecord/lib')
-rwxr-xr-xactiverecord/lib/active_record/associations.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index 3ea933875d..7d27b0607a 100755
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -922,8 +922,6 @@ module ActiveRecord
)
end
- add_single_associated_save_callbacks(reflection.name)
-
configure_dependency_for_belongs_to(reflection)
end