X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cd89a3c662c625db58aa1dd314fa601d06848225..70a5a0d9c69c78e679a821370afeb53e4afa2d03:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index 018e97451..d8f9b2fc8 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -100,7 +100,7 @@ Rails::Initializer.run do |config| config.active_record.schema_format = :sql # Activate observers that should always be running - # config.active_record.observers = :cacher, :garbage_collector + config.active_record.observers = :spam_observer # Make Active Record use UTC-base instead of local time config.active_record.default_timezone = :utc