1
0
Fork 0
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:
Joshua Peek 2008-05-31 15:32:51 -07:00
parent 0abf0da001
commit 3a9775076f

View file

@ -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