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 Ruby on Rails — A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern. 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.