summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 22:25:33 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 22:25:33 -0400
commite46b38a457cf9cc685f644be741073df183f53b2 (patch)
treecca6f269a3b392831b2c399146581bbd1325a42d /app/controllers
parent7722baf950085f57bd037f918b81440219a56846 (diff)
parent3ef73244d6acaa3a16f4c9c4c276d30cc2753f2a (diff)
Merge branch 'master' of https://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