diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 22:25:33 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 22:25:33 -0400 |
commit | e46b38a457cf9cc685f644be741073df183f53b2 (patch) | |
tree | cca6f269a3b392831b2c399146581bbd1325a42d /app/controllers/alerts_controller.rb | |
parent | 7722baf950085f57bd037f918b81440219a56846 (diff) | |
parent | 3ef73244d6acaa3a16f4c9c4c276d30cc2753f2a (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers/alerts_controller.rb')
-rw-r--r-- | app/controllers/alerts_controller.rb | 1 |
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 |