Thanks! Will try it out now!
1 2 3 4
module DashboardHelper def activity_message_for(object) case object.class.name ...
This works but it's kind of...
Thanks! Will try it out now!