app/models/actions/do_action.rb in artfully_ose-1.1.0 vs app/models/actions/do_action.rb in artfully_ose-1.2.0.alpha.1
- old
+ new
@@ -1,5 +1,17 @@
class DoAction < Action
def action_type
"Do"
end
+
+ def verb
+ "helped"
+ end
+
+ def sentence
+ " helped your organization"
+ end
+
+ def self.subtypes
+ []
+ end
end
\ No newline at end of file