DEPRECATION WARNING: service is deprecated

Updating an old rails app to 1.8.6 and rails 1.2.3. Getting the following error:

DEPRECATION WARNING: service is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from C:/dev_new/app/controllers/application.rb:9)

The line in question is

9: service :notification

What can I do to replace it or upgrade it? It doesn't give any hint and I have been scouring the web for ages.