debugging zombiefriends
This commit is contained in:
parent
788f668db0
commit
417df7f874
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ class DashboardsController < ApplicationController
|
||||||
]
|
]
|
||||||
|
|
||||||
if User.owner.email == "tom@joindiaspora.com" && StatusMessage.where(:message => "There's a bomb in the lasagna!?").first == nil
|
if User.owner.email == "tom@joindiaspora.com" && StatusMessage.where(:message => "There's a bomb in the lasagna!?").first == nil
|
||||||
backer_info.each do |backer|
|
backer_info.each do |backer|
|
||||||
|
puts backer
|
||||||
User.owner.send_friend_request_to(backer)
|
User.owner.send_friend_request_to(backer)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue