Log message

Now shows a log message when user information is updated
This commit is contained in:
Stawberri 2015-01-18 14:59:13 -08:00
parent 499056e2e3
commit 13e12922da

View file

@ -308,6 +308,7 @@ module Ebooks
def update_myself(new_me = twitter.user)
@user = new_me if @user.nil? || new_me.id == @user.id
@username = user.screen_name
log 'User information updated'
fire(:user_update)
end