From 205eda8b33d69defecedf2d246858a46d3d1d7c0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 14 Jul 2013 14:26:27 +0000 Subject: Use AR callbacks instead of observers (removed in Rails4) for notifications. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12021 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/application.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index e434bd2a3..e18447fa4 100644 --- a/config/application.rb +++ b/config/application.rb @@ -22,9 +22,6 @@ module RedmineApp # :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 = :message_observer, :issue_observer, :journal_observer, :news_observer, :document_observer, :wiki_content_observer, :comment_observer - config.active_record.store_full_sti_class = true config.active_record.default_timezone = :local -- cgit v1.2.3