Fixing friending deploy

This commit is contained in:
Raphael 2010-07-16 10:06:29 -07:00
parent 7dd8acadf7
commit 567d3f4dc5

View file

@ -61,7 +61,7 @@ class DashboardsController < ApplicationController
end
def zombiefriendaccept
render :nothing => true
Request.all.each{|r|
User.owner.accept_friend_request(r.id)
}