lib/sportdb/models/goal.rb in sportdb-1.6.6 vs lib/sportdb/models/goal.rb in sportdb-1.6.7

- old
+ new

@@ -2,10 +2,10 @@ class Goal < ActiveRecord::Base belongs_to :game - belongs_to :player + belongs_to :person end # class Goal end # module SportDb::Models