diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 21:36:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-17 21:36:40 +0300 |
commit | 9e3094b232fe5343e5986f0e6a072a5194e18ada (patch) | |
tree | 4fa066af51eeadebdbe265da221347f9430c01d1 /config | |
parent | b3a90aba41a040378530cb9f1980497e16bbdb11 (diff) | |
download | gitlab-ce-9e3094b232fe5343e5986f0e6a072a5194e18ada.tar.gz |
Remove UsersGroup observer
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index 43fcb4bcf7e..1283c8b78ef 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,6 @@ module Gitlab :project_observer, :system_hook_observer, :user_observer, - :users_group_observer, :users_project_observer # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. |