Fixing friending deploy
This commit is contained in:
parent
7dd8acadf7
commit
567d3f4dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class DashboardsController < ApplicationController
|
|||
end
|
||||
|
||||
def zombiefriendaccept
|
||||
|
||||
render :nothing => true
|
||||
Request.all.each{|r|
|
||||
User.owner.accept_friend_request(r.id)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue