Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-28 18:01:14 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-28 18:01:14 +0400
commitdcdb2fdfdb5b5429c945b7d8f6fecd0b3a2da32a (patch)
treecd0357361d3f99b5e41fd8f91c0199f3603f2d71 /config/application.rb
parenta847501fd2ffc1c4becc7d0d352d80168d9b3568 (diff)
Observe issue, merge request, note creation - create event
Diffstat (limited to 'config/application.rb')
-rw-r--r--config/application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb
index bdd5bbf35b8..a3ef29c0db2 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 = :mailer_observer
+ config.active_record.observers = :mailer_observer, :activity_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.