diff options
| author | Valery Sizov <vsv2711@gmail.com> | 2011-12-17 15:58:35 +0200 |
|---|---|---|
| committer | Valery Sizov <vsv2711@gmail.com> | 2011-12-17 15:58:35 +0200 |
| commit | 7713f7fefb4601b7ddede29d61fbf80e2b2929b8 (patch) | |
| tree | cb8226a5e2b73a8cb25739ded45a1d292e57a40b /config/application.rb | |
| parent | f7859ec1ed9061abe467fb9860e9d87514e4b2e1 (diff) | |
| download | gitlab-ce-7713f7fefb4601b7ddede29d61fbf80e2b2929b8.tar.gz | |
Notification refactoring
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 3481c6d61e4..bdd5bbf35b8 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,7 @@ module Gitlab # config.plugins = [ :exception_notification, :ssl_requirement, :all ] # Activate observers that should always be running. - # config.active_record.observers = :cacher, :garbage_collector, :forum_observer + config.active_record.observers = :mailer_observer # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. |
