debugging zombiefriends
This commit is contained in:
parent
417df7f874
commit
82e3f6a14e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ 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
|
logger.info 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