mirror of
https://github.com/github/rails.git
synced 2026-01-27 23:38:11 -05:00
Enable partial updates by default
This commit is contained in:
@@ -43,7 +43,7 @@ module ActiveRecord
|
||||
base.alias_method_chain :reload, :dirty
|
||||
|
||||
base.superclass_delegating_accessor :partial_updates
|
||||
base.partial_updates = false
|
||||
base.partial_updates = true
|
||||
end
|
||||
|
||||
# Do any attributes have unsaved changes?
|
||||
|
||||
Reference in New Issue
Block a user