Get user name from vk if logins for the first time

This commit is contained in:
Gregory Eremin
2011-09-26 15:03:52 +04:00
parent 6be5868588
commit a74376009a
3 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ class UserController < ApplicationController
if session.key != session_key
session.key = session_key
session.save
render :json => { 'ok_reload' => true }
@res[:ok_reload] = true
render :json => @res
return
end