Skip to content

How to customize notifications

rafaelgg edited this page Jan 6, 2012 · 1 revision

At the moment there is no kosher way of customizing what appears in notification messages. However, if you are willing to dig into the code, you can find the following:

  • Notification subjects are created at the notification_subject() method in base/app/models/activity.rb. They use the locales under base/config/locales/
  • Notification bodies live in base/app/views/notifications/activities/*
Clone this wiki locally