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
1 changed files with 1 additions and 4 deletions

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