Skip to content

Commit

Permalink
Partial updates off by default
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Apr 1, 2008
1 parent 41ac6c5 commit 0c0c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/dirty.rb
Expand Up @@ -42,7 +42,7 @@ def self.included(base)
base.alias_method_chain :update, :dirty

base.superclass_delegating_accessor :partial_updates
base.partial_updates = true
base.partial_updates = false
end

# Do any attributes have unsaved changes?
Expand Down

0 comments on commit 0c0c9fa

Please sign in to comment.