glittergallery/GlitterGallery

View on GitHub
app/helpers/notifications_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module NotificationsHelper

  # prepares the notification string and keeps the view clean
  def notif_string(notification)
    notification.actor.username + notification.messageverb
  end
end