diff options
author | Alex Denisov <1101.debian@gmail.com> | 2012-08-27 00:32:03 +0300 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2012-08-27 00:32:03 +0300 |
commit | 3c96d1f0e1fa1264250c0f93fbd0c26a0dbb1330 (patch) | |
tree | 0905b2f6dee1dc8aa6fac1679139e212adf3f44d /config/application.rb | |
parent | aaeb37419ac00ed065f1c88f617db5788ada8525 (diff) | |
download | gitlab-ce-3c96d1f0e1fa1264250c0f93fbd0c26a0dbb1330.tar.gz |
Send notification on update UserProject relation (access changed)
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 ecd88b15d15..ad41f19657f 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, :activity_observer, :project_observer, :key_observer, :issue_observer, :user_observer, :system_hook_observer + config.active_record.observers = :mailer_observer, :activity_observer, :project_observer, :key_observer, :issue_observer, :user_observer, :system_hook_observer, :users_project_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. |