# File lib/omniauth/strategies/oauth2/dailymile.rb, line 35 def user_data @data ||= MultiJson.decode(@access_token.get('/people/me.json')) end