Fixed image source url.

This commit is contained in:
Martin Edenhofer 2013-11-19 12:59:13 +01:00
parent 133f67cddc
commit 2ca1f5eb52

View file

@ -29,7 +29,7 @@ class Authorization < ApplicationModel
if hash['info']['image'] if hash['info']['image']
user = User.find( auth.user_id ) user = User.find( auth.user_id )
user.update_attributes( user.update_attributes(
:image => hash['info']['image'] :image_source => hash['info']['image']
) )
end end
end end
@ -40,7 +40,7 @@ class Authorization < ApplicationModel
if user then if user then
user.update_attributes( user.update_attributes(
# :username => hash['username'], # :username => hash['username'],
:image => hash['info']['image'] :image_source => hash['info']['image']
) )
# fillup empty attributes # fillup empty attributes