app/models/actions/do_action.rb in artfully_ose-1.2.0 vs app/models/actions/do_action.rb in artfully_ose-1.3.0.pre1
- old
+ new
@@ -1,6 +1,8 @@
class DoAction < Action
+ validates_presence_of :person_id
+
def action_type
"Do"
end
def verb
@@ -12,6 +14,6 @@
end
def self.subtypes
[]
end
-end
\ No newline at end of file
+end