app/models/actions/change_action.rb in artfully_ose-1.2.0 vs app/models/actions/change_action.rb in artfully_ose-1.3.0.pre1
- old
+ new
@@ -1,6 +1,8 @@
class ChangeAction < GetAction
+ validates_presence_of :person_id
+
def subtype
"Change"
end
def action_type
@@ -8,6 +10,6 @@
end
def verb
"changed"
end
-end
\ No newline at end of file
+end