Ruby On Dashboard

by Kryckan, July 22, 2008 18:38

Thanks! Will try it out now!

C8c549e9bb39135192db53d238e19f3e Talk
1
2
3
4
module DashboardHelper
  def activity_message_for(object)
    case object.class.name
...

Ruby Dashboard

by Kryckan, July 21, 2008 21:01, 4 refactorings, tagged with rails, helper

This works but it's kind of...

C8c549e9bb39135192db53d238e19f3e Talk