app/models/actions/say_action.rb in artfully_ose-1.2.0 vs app/models/actions/say_action.rb in artfully_ose-1.3.0.pre1
- old
+ new
@@ -1,6 +1,8 @@
class SayAction < Action
+ validates_presence_of :person_id
+
def action_type
"Say"
end
def verb
@@ -18,6 +20,6 @@
end
def self.subtypes
["Email", "Phone", "Postal", "Meeting", "Twitter", "Facebook", "Blog", "Press"]
end
-end
\ No newline at end of file
+end