summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 22:18:45 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 22:18:45 -0400
commit8dcf94aa47869a61a7b03e3117187dee2ffb34f9 (patch)
tree4e3dc5af333a38b4bd6c62d78da2087b78fd6b25 /app/controllers
parent7620fbd26b7131788eadf5b9a4f7ff4da6a05850 (diff)
parent3ef73244d6acaa3a16f4c9c4c276d30cc2753f2a (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/alerts_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/alerts_controller.rb b/app/controllers/alerts_controller.rb
index 77ca8b9..b728c7e 100644
--- a/app/controllers/alerts_controller.rb
+++ b/app/controllers/alerts_controller.rb
@@ -27,7 +27,6 @@ class AlertsController < ApplicationController
users = {}
users = User.all
-
for i in 0..users.length
current_user.send_message(users[i], @alert.message, "Pay Attention!")
end