summaryrefslogtreecommitdiff
path: root/app/models/team.rb
diff options
context:
space:
mode:
authorshumakl <shumakl@purdue.edu>2014-04-03 12:12:04 -0400
committershumakl <shumakl@purdue.edu>2014-04-03 12:12:04 -0400
commitc0b705f1397ce442427638f92b185d630db73ec5 (patch)
tree61d0b3692fa91b41983355b3456d36d5638eada3 /app/models/team.rb
parentac4a9438709356f7f270476e30b3f4e572f4bf6a (diff)
normalize to tab indent
Diffstat (limited to 'app/models/team.rb')
-rw-r--r--app/models/team.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/team.rb b/app/models/team.rb
index 2348de5..7aae7c2 100644
--- a/app/models/team.rb
+++ b/app/models/team.rb
@@ -1,5 +1,5 @@
class Team < ActiveRecord::Base
- belongs_to :match
- has_and_belongs_to_many :matches
- has_and_belongs_to_many :users
+ belongs_to :match
+ has_and_belongs_to_many :matches
+ has_and_belongs_to_many :users
end