summaryrefslogtreecommitdiff
path: root/app/models/statistic.rb
blob: 341fd9de09628f1fd5a651efc18370ed56b1fbcf (plain)
1
2
3
4
class Statistic < ActiveRecord::Base
	belongs_to :user
	belongs_to :match
end