From b23892e29e734d7d9d1f161d5371605cd96e3331 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Wed, 1 Apr 2015 11:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8application=E4=B8=AD=E5=8E=BB=E9=99=A4?= =?UTF-8?q?observer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 3b36d7cb7..05160d03e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -37,8 +37,7 @@ module RedmineApp # config.plugins = [ :exception_notification, :ssl_requirement, :all ] # Activate observers that should always be running. - config.active_record.observers = :journals_for_message_observer, :message_observer, :issue_observer, :journal_observer, :news_observer, - :document_observer, :wiki_content_observer, :comment_observer, :forum_observer, :memo_observer + config.active_record.observers = :journals_for_message_observer, :issue_observer, :journal_observer, :wiki_content_observer config.active_record.store_full_sti_class = true config.active_record.default_timezone = :local