diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-14 14:26:27 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-07-14 14:26:27 +0000 |
commit | 205eda8b33d69defecedf2d246858a46d3d1d7c0 (patch) | |
tree | 4aeb58588ec0fa06ca385fe032168d336970fe55 /config/application.rb | |
parent | 010bfc56e15f442e4e597ddc9c436361c61b1e7a (diff) | |
download | redmine-205eda8b33d69defecedf2d246858a46d3d1d7c0.tar.gz redmine-205eda8b33d69defecedf2d246858a46d3d1d7c0.zip |
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
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 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 |