From 07476fd9a2b942e8d6056804bb1cdbd5e9a1c528 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 02:18:48 -0400 Subject: run ./generate.sh --- app/models/statistic.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/models/statistic.rb (limited to 'app/models/statistic.rb') 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 -- cgit v1.2.3-2-g168b