diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-04-10 22:16:08 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-04-10 22:16:08 -0700 |
commit | f46fd6f2fceb22f00669f066fc98f92a18e5875f (patch) | |
tree | 92abc56f27ff5c25639e9cd34bb2ff1411bee7a9 /activerecord/lib | |
parent | 4b17082107aced980fc4b511028ee763247bc5ab (diff) | |
parent | 2e74177d0b61f872b773285471ff9025f0eaa96c (diff) | |
download | rails-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-x | activerecord/lib/active_record/associations.rb | 2 |
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 |