lib/ruby-fs-stack/familytree.rb in ruby-fs-stack-0.4.2 vs lib/ruby-fs-stack/familytree.rb in ruby-fs-stack-0.4.3
- old
+ new
@@ -802,9 +802,14 @@
# This should only be called on a person containing relationships
def marriages(for_person)
select_spouse_events('Marriage',for_person)
end
+ # This should only be called on a person containing relationships
+ def divorces(for_person)
+ select_spouse_events('Divorce',for_person)
+ end
+
# Add an event with type of Birth
#
# ====Params
# * <tt>options</tt> - accepts a :date and :place option
#
\ No newline at end of file