Files
nairobi/app/helpers/notifications_helper.rb
2016-01-08 14:32:16 +01:00

7 lines
155 B
Ruby

module NotificationsHelper
def notification_action(notification)
notification.notifiable_type == "Comment" ? "replies_to" : "comments_on"
end
end