My app is on rails 1.2.6 and I wish to upgrade it to 2.2 I see this warning in the logs: DEPRECATION WARNING: service is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. (called from .... application.rb:14)
The line is question is service :notification
Can somebody tell me what service does as I can't find any documentation on this.