This commit is contained in:
Erik Michaels-Ober 2011-09-15 12:03:00 -07:00
Родитель 9137efddcd
Коммит e22e77d32d
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -24,7 +24,7 @@ module OmniAuth
'extra' => {
'user_hash' => user_hash,
},
},
}
)
end
@ -56,8 +56,8 @@ module OmniAuth
def user_hash
@user_hash ||= MultiJson.decode(@access_token.get('/api/v1/users/current.json').body)
end
end
end
end