lib/sportdb/deleter.rb in sportdb-1.8.28 vs lib/sportdb/deleter.rb in sportdb-1.8.29

- old
+ new

@@ -38,9 +38,12 @@ League.delete_all Season.delete_all Ground.delete_all # stadiums + + Assoc.delete_all # associations / organizations + AssocAssoc.delete_all # associations / organizations end end # class Deleter end # module SportDb \ No newline at end of file