mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removed suggestion for turning off partial updates.
This commit is contained in:
parent
0abf0da001
commit
3a9775076f
1 changed files with 1 additions and 4 deletions
|
@ -64,7 +64,4 @@ Rails::Initializer.run do |config|
|
|||
|
||||
# Activate observers that should always be running
|
||||
# config.active_record.observers = :cacher, :garbage_collector
|
||||
|
||||
# Make ActiveRecord only save the attributes that have changed since the record was loaded.
|
||||
# config.active_record.partial_updates = true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue