diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 22:51:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 22:51:43 +0300 |
commit | 2d87556847931bd146eddaafdee48c2f8954326c (patch) | |
tree | a46a490d98f4a14e0fec210453d1643e51bdf062 /config/application.rb | |
parent | a90a201d0ee3c9e33cc04075ac8a2509c1d2acc9 (diff) | |
download | gitlab-ce-2d87556847931bd146eddaafdee48c2f8954326c.tar.gz |
Remove rails observers from application
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/application.rb b/config/application.rb index b68a4ffe347..0a77f58f6d1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -18,9 +18,6 @@ module Gitlab # :all can be used as a placeholder for all plugins not explicitly named. # config.plugins = [ :exception_notification, :ssl_requirement, :all ] - # Activate observers that should always be running. - config.active_record.observers = :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. # config.time_zone = 'Central Time (US & Canada)' |