lib/howzit/task.rb in howzit-1.2.19 vs lib/howzit/task.rb in howzit-2.0.0

- old
+ new

@@ -5,10 +5,10 @@ attr_reader :type, :title, :action, :parent def initialize(type, title, action, parent = nil) @type = type @title = title - @action = action + @action = action.render_arguments @parent = parent end def to_s @title