summaryrefslogtreecommitdiff
path: root/app/models/statistic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/statistic.rb')
-rw-r--r--app/models/statistic.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/statistic.rb b/app/models/statistic.rb
new file mode 100644
index 0000000..341fd9d
--- /dev/null
+++ b/app/models/statistic.rb
@@ -0,0 +1,4 @@
+class Statistic < ActiveRecord::Base
+ belongs_to :user
+ belongs_to :match
+end